4 references to COR_E_MEMBERACCESS
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (3)
28HResult = HResults.COR_E_MEMBERACCESS; 38HResult = HResults.COR_E_MEMBERACCESS; 44HResult = HResults.COR_E_MEMBERACCESS;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
808case HResults.COR_E_MEMBERACCESS: