1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
68
_handle
= handle;
4 references to _handle
System.Private.CoreLib (4)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (4)
72
public ScopeDefinitionHandle Handle { get { return
_handle
; } }
86
if (!(
_handle
.Equals(other.
_handle
)))
93
return
_handle
.GetHashCode();