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)
166
public GenericParameterHandle Handle { get { return
_handle
; } }
179
if (!(
_handle
.Equals(other.
_handle
)))
186
return
_handle
.GetHashCode();