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