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