1 write to _declaringType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
22
_declaringType
= declaringType;
2 references to _declaringType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (2)
26
internal sealed override RoType GetRoDeclaringType() =>
_declaringType
;
58
public sealed override TypeContext TypeContext =>
_declaringType
.Instantiation.ToTypeContext();