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