2 writes to _handle
mscorlib (2)
system\runtimehandles.cs (2)
331_handle = RuntimeTypeHandle.GetFirstIntroducedMethod(type); 344RuntimeTypeHandle.GetNextIntroducedMethod(ref _handle);
3 references to _handle
mscorlib (3)
system\runtimehandles.cs (3)
342else if (_handle.Value != IntPtr.Zero) 346return !(_handle.Value == IntPtr.Zero); 352return _handle;