9 references to Dictionary
System.Text.Json (9)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
312
case JsonTypeInfoKind.
Dictionary
:
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (6)
128
if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
))
158
if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
))
188
if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
))
224
if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
))
1716
if (Kind is JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
)
1814
case ConverterStrategy.Dictionary: return JsonTypeInfoKind.
Dictionary
;
System\Text\Json\Serialization\ReadStackFrame.cs (1)
119
return JsonTypeInfo.Kind is JsonTypeInfoKind.
Dictionary
;
System\Text\Json\ThrowHelper.Serialization.cs (1)
696
else if (typeInfo.Kind is JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.
Dictionary
)