3 references to GetUnderlyingNativeHandle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\QCallHandles.cs (1)
109_assembly = assembly?.GetUnderlyingNativeHandle() ?? IntPtr.Zero;
src\System\Reflection\RuntimeAssembly.cs (2)
263bool isCollectible = GetIsCollectible(GetUnderlyingNativeHandle()); 585bool isDynamic = GetIsDynamic(GetUnderlyingNativeHandle());