1 write to IsConfigured
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
466IsConfigured = true;
13 references to IsConfigured
System.Text.Json (13)
System\Text\Json\Serialization\Metadata\JsonParameterInfoOfT.cs (1)
22Debug.Assert(!matchingPropertyInfo.IsConfigured);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (7)
142Debug.Assert(!IsConfigured); 419Debug.Assert(!IsConfigured); 594Debug.Assert(!IsConfigured, "Should not be called post-configuration."); 622Debug.Assert(!IsConfigured, "Should not be called post-configuration."); 979/// This might be false even if <see cref="IsConfigured"/> is true 1059Debug.Assert(IsConfigured); 1065Debug.Assert(!IsConfigured);
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (4)
39Debug.Assert(!IsConfigured); 62Debug.Assert(!IsConfigured); 93Debug.Assert(!IsConfigured); 117Debug.Assert(!IsConfigured);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
831Debug.Assert(property.IsConfigured);