5 references to IsConfigurationStarted
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
663
Debug.Assert(_jsonTypeInfo.
IsConfigurationStarted
);
981
Debug.Assert(_jsonTypeInfo?.
IsConfigurationStarted
== true);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
391
Debug.Assert(_elementTypeInfo is null or {
IsConfigurationStarted
: true });
417
Debug.Assert(_keyTypeInfo is null or {
IsConfigurationStarted
: true });
1319
Debug.Assert(
IsConfigurationStarted
);