2 references to IsEnumerable
Microsoft.AspNetCore.Http.Abstractions (2)
Validation\ValidatableParameterInfo.cs (1)
107
if (ParameterType.
IsEnumerable
() && value is IEnumerable enumerable)
Validation\ValidatablePropertyInfo.cs (1)
114
if (PropertyType.
IsEnumerable
() && propertyValue is System.Collections.IEnumerable enumerable)