2 references to IsEnumerable
Microsoft.Extensions.Validation (2)
ValidatableParameterInfo.cs (1)
132if (ParameterType.IsEnumerable() && value is IEnumerable enumerable)
ValidatablePropertyInfo.cs (1)
132if (PropertyType.IsEnumerable() && propertyValue is System.Collections.IEnumerable enumerable)