1 write to IsConfigured
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
377IsConfigured = true;
14 references to IsConfigured
System.Text.Json (14)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
40Debug.Assert(matchingProperty.IsConfigured);
System\Text\Json\Serialization\Metadata\JsonParameterInfoOfT.cs (1)
22Debug.Assert(matchingPropertyInfo.IsConfigured);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (8)
142Debug.Assert(!IsConfigured); 332Debug.Assert(!IsConfigured); 494Debug.Assert(!IsConfigured, "Should not be called post-configuration."); 522Debug.Assert(!IsConfigured, "Should not be called post-configuration."); 655sb.AppendLine($"{ind} IsConfigured: {IsConfigured},"); 898/// This might be false even if <see cref="IsConfigured"/> is true 978Debug.Assert(IsConfigured); 984Debug.Assert(!IsConfigured);
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
39Debug.Assert(!IsConfigured); 62Debug.Assert(!IsConfigured); 93Debug.Assert(!IsConfigured);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
763Debug.Assert(property.IsConfigured);