1 write to _handle
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
66
_handle
= handle;
3 references to _handle
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (3)
81
if (!_declaringType.Equals(other._declaringType) || !
_handle
.Equals(other.
_handle
))
105
return
_handle
.GetHashCode() ^ declaringTypeHashCode;