1 write to DeclaringType
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
128
fieldData->
DeclaringType
= declaringTypeHandle;
4 references to DeclaringType
System.Private.CoreLib (3)
System\RuntimeFieldHandle.cs (3)
45
return thisInfo->
DeclaringType
.Equals(thatInfo->
DeclaringType
) && thisInfo->Handle.Equals(thatInfo->Handle);
55
int hashcode = info->
DeclaringType
.GetHashCode();
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
142
declaringTypeHandle = fieldData->
DeclaringType
;