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)
262bool isCollectible = GetIsCollectible(GetUnderlyingNativeHandle()); 582bool isDynamic = GetIsDynamic(GetUnderlyingNativeHandle());