4 references to MarkRequiredPropertyAsRead
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
616state.Current.MarkRequiredPropertyAsRead(jsonPropertyInfo);
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
306state.Current.MarkRequiredPropertyAsRead(this); 328state.Current.MarkRequiredPropertyAsRead(this); 357state.Current.MarkRequiredPropertyAsRead(this);