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