1 write to _parent
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
399
_parent
= parent;
2 references to _parent
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
402
public override bool IsReadOnly =>
_parent
.IsReadOnly;
403
protected override void OnCollectionModifying() =>
_parent
.VerifyMutable();