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