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