We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436805c commit 17a623fCopy full SHA for 17a623f
src/coreclr/vm/appdomain.hpp
@@ -1959,11 +1959,13 @@ inline static BOOL IsUnderDomainLock() { LIMITED_METHOD_CONTRACT; return m_Syste
1959
friend struct ::cdac_data<SystemDomain>;
1960
}; // class SystemDomain
1961
1962
+#ifndef DACCESS_COMPILE
1963
template<>
1964
struct cdac_data<SystemDomain>
1965
{
- static constexpr PTR_SystemDomain* const SystemDomain = &SystemDomain::m_pSystemDomain;
1966
+ static constexpr PTR_SystemDomain* SystemDomain = &SystemDomain::m_pSystemDomain;
1967
};
1968
+#endif // DACCESS_COMPILE
1969
1970
#include "comreflectioncache.inl"
1971
0 commit comments