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)
28public ScopeDefinitionHandle Handle { get { return _handle; } } 33return _handle.GetScopeDefinition(_reader); 48if (!(_handle.Equals(other._handle))) 55return _handle.GetHashCode();