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