1 write to _elementModifiedType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedHasElementType.cs (1)
19
_elementModifiedType
= Create(unmodifiedType.GetRoElementType()!);
1 reference to _elementModifiedType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedHasElementType.cs (1)
22
internal sealed override RoType? GetRoElementType() =>
_elementModifiedType
;