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