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