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