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)
66
if (value == null &&
ParameterType
.IsNullable())
132
if (
ParameterType
.IsEnumerable() && value is IEnumerable enumerable)