1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.cs (1)
162_handle = handle;
4 references to _handle
System.Private.CoreLib (4)
System\Reflection\Runtime\General\QHandles.cs (4)
166public GenericParameterHandle Handle { get { return _handle; } } 179if (!(_handle.Equals(other._handle))) 186return _handle.GetHashCode();