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)
593
bool isDynamic = GetIsDynamic(
GetUnderlyingNativeHandle
());