2 writes to _handle
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
492
_handle
= GetFirstIntroducedMethod(type);
504
GetNextIntroducedMethod(ref
_handle
);
3 references to _handle
System.Private.CoreLib (3)
src\System\RuntimeHandles.cs (3)
502
else if (
_handle
.Value != IntPtr.Zero)
506
return !(
_handle
.Value == IntPtr.Zero);
509
public RuntimeMethodHandleInternal Current =>
_handle
;