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)
402public override bool IsReadOnly => _parent.IsReadOnly; 403protected override void OnCollectionModifying() => _parent.VerifyMutable();