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