5 references to Enumerable
Microsoft.AspNetCore.OpenApi (2)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (1)
492case JsonTypeInfoKind.Enumerable:
Schemas\JsonSchemaMapper\JsonSchemaMapper.ReflectionHelpers.cs (1)
27Debug.Assert(typeInfo.Kind is JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary);
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1314case ConverterStrategy.Enumerable: return JsonTypeInfoKind.Enumerable;
System\Text\Json\Serialization\ReadStackFrame.cs (1)
125return JsonTypeInfo.Kind is JsonTypeInfoKind.Enumerable;
System\Text\Json\ThrowHelper.Serialization.cs (1)
603else if (typeInfo.Kind is JsonTypeInfoKind.Enumerable or JsonTypeInfoKind.Dictionary)