1 write to IsConfigured
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
466
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)
142
Debug.Assert(!
IsConfigured
);
419
Debug.Assert(!
IsConfigured
);
594
Debug.Assert(!
IsConfigured
, "Should not be called post-configuration.");
622
Debug.Assert(!
IsConfigured
, "Should not be called post-configuration.");
979
/// This might be false even if <see cref="
IsConfigured
"/> is true
1059
Debug.Assert(
IsConfigured
);
1065
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)
831
Debug.Assert(property.
IsConfigured
);