8 references to Dictionary
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonTypeInfoExtensions.cs (1)
77if (jsonTypeInfo is JsonTypeInfo { Kind: JsonTypeInfoKind.Dictionary })
System.Text.Json (7)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
322case JsonTypeInfoKind.Dictionary:
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (4)
126if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 156if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 186if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)) 222if (Kind is not (JsonTypeInfoKind.Object or JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary))
System\Text\Json\Serialization\ReadStackFrame.cs (1)
119return JsonTypeInfo.Kind is JsonTypeInfoKind.Dictionary;
System\Text\Json\ThrowHelper.Serialization.cs (1)
632else if (typeInfo.Kind is JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)