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