1 write to IsConfigured
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
461
IsConfigured
= true;
13 references to IsConfigured
System.Text.Json (13)
System\Text\Json\Serialization\Metadata\JsonParameterInfoOfT.cs (1)
22
Debug.Assert(!matchingPropertyInfo.
IsConfigured
);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (7)
140
Debug.Assert(!
IsConfigured
);
414
Debug.Assert(!
IsConfigured
);
589
Debug.Assert(!
IsConfigured
, "Should not be called post-configuration.");
617
Debug.Assert(!
IsConfigured
, "Should not be called post-configuration.");
991
/// This might be false even if <see cref="
IsConfigured
"/> is true
1069
Debug.Assert(
IsConfigured
);
1074
Debug.Assert(!
IsConfigured
);
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (4)
39
Debug.Assert(!
IsConfigured
);
62
Debug.Assert(!
IsConfigured
);
93
Debug.Assert(!
IsConfigured
);
117
Debug.Assert(!
IsConfigured
);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1300
Debug.Assert(property.
IsConfigured
);