1 write to _handle
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
28
_handle
= handle;
4 references to _handle
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (4)
37
public sealed override int MetadataToken =>
_handle
.GetToken();
44
if (
_handle
!= other.
_handle
)
56
public sealed override int GetHashCode() =>
_handle
.GetHashCode() ^ DeclaringType.GetHashCode();