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