1 write to _declaringType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
23
_declaringType
= declaringType;
2 references to _declaringType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
32
internal RoInstantiationProviderType GetRoDeclaringType() =>
_declaringType
;
174
internal TypeContext TypeContext =>
_declaringType
.Instantiation.ToTypeContext();