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