3 references to EmptyHandle
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
54
CompileMethod(methodHandle != null ? methodHandle.Value : RuntimeMethodHandleInternal.
EmptyHandle
);
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1704
ctorWithParameters is not null ? ctorWithParameters.Value : RuntimeMethodHandleInternal.
EmptyHandle
,
src\System\RuntimeHandles.cs (1)
862
RuntimeMethodHandleInternal methodContextRaw = ((IRuntimeMethodInfo?)methodContext)?.Value ?? RuntimeMethodHandleInternal.
EmptyHandle
;