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