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)
646Debug.Assert(_elementTypeInfo is null or { IsConfigurationStarted: true }); 672Debug.Assert(_keyTypeInfo is null or { IsConfigurationStarted: true }); 1781Debug.Assert(IsConfigurationStarted);