2 references to EmptyHandle
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
54CompileMethod(methodHandle != null ? methodHandle.Value : RuntimeMethodHandleInternal.EmptyHandle);
src\System\RuntimeHandles.cs (1)
841RuntimeMethodHandleInternal methodContextRaw = ((IRuntimeMethodInfo?)methodContext)?.Value ?? RuntimeMethodHandleInternal.EmptyHandle;