2 writes to _handle
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
511
_handle
= GetFirstIntroducedMethod(type);
523
GetNextIntroducedMethod(ref
_handle
);
3 references to _handle
System.Private.CoreLib (3)
src\System\RuntimeHandles.cs (3)
521
else if (
_handle
.Value != IntPtr.Zero)
525
return !(
_handle
.Value == IntPtr.Zero);
528
public RuntimeMethodHandleInternal Current =>
_handle
;