1 write to ParameterType
Microsoft.Extensions.Validation (1)
ValidatableParameterInfo.cs (1)
31
ParameterType
= parameterType;
2 references to ParameterType
Microsoft.Extensions.Validation (2)
ValidatableParameterInfo.cs (2)
97
if (
ParameterType
.IsEnumerable() && value is IEnumerable enumerable)
173
if (
ParameterType
.IsEnumerable() && value is IEnumerable enumerable)