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)
97
public override bool IsReadOnly =>
_parent
.DeclaringTypeInfo?.IsReadOnly == true;
98
protected override void OnCollectionModifying() =>
_parent
.DeclaringTypeInfo?.VerifyMutable();