1 write to DeclaringType
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
183methodData->DeclaringType = declaringTypeHandle;
5 references to DeclaringType
System.Private.CoreLib (4)
System\RuntimeMethodHandle.cs (4)
48if (!thisInfo->DeclaringType.Equals(thatInfo->DeclaringType)) 73int hashcode = info->DeclaringType.GetHashCode(); 103return ReflectionAugments.GetFunctionPointer(this, ToMethodHandleInfo()->DeclaringType);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
240declaringTypeHandle = methodData->DeclaringType;