10 references to Dictionary
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonTypeInfoExtensions.cs (1)
85if (jsonTypeInfo is JsonTypeInfo { Kind: JsonTypeInfoKind.Dictionary })
System.Text.Json (9)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
312case JsonTypeInfoKind.Dictionary:
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (6)
128if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 158if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 188if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 224if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 1255if (Kind is JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary) 1349case ConverterStrategy.Dictionary: return JsonTypeInfoKind.Dictionary;
System\Text\Json\Serialization\ReadStackFrame.cs (1)
119return JsonTypeInfo.Kind is JsonTypeInfoKind.Dictionary;
System\Text\Json\ThrowHelper.Serialization.cs (1)
672else if (typeInfo.Kind is JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)