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