1 write to _parent
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (1)
94_parent = parent;
2 references to _parent
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (2)
97public override bool IsReadOnly => _parent.DeclaringTypeInfo?.IsReadOnly == true; 98protected override void OnCollectionModifying() => _parent.DeclaringTypeInfo?.VerifyMutable();