1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.cs (1)
24
_handle
= handle;
5 references to _handle
System.Private.CoreLib (5)
System\Reflection\Runtime\General\QHandles.cs (5)
28
public ScopeDefinitionHandle Handle { get { return
_handle
; } }
33
return
_handle
.GetScopeDefinition(_reader);
48
if (!(
_handle
.Equals(other.
_handle
)))
55
return
_handle
.GetHashCode();