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