1 write to Handle
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
129
fieldData->
Handle
= handle;
4 references to Handle
System.Private.CoreLib (3)
System\RuntimeFieldHandle.cs (3)
45
return thisInfo->DeclaringType.Equals(thatInfo->DeclaringType) && thisInfo->
Handle
.Equals(thatInfo->
Handle
);
56
return (hashcode + int.RotateLeft(hashcode, 13)) ^ info->
Handle
.GetHashCode();
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
143
fieldHandle = fieldData->
Handle
;