1 write to ParameterType
Microsoft.Extensions.Validation (1)
ValidatableParameterInfo.cs (1)
29
ParameterType
= parameterType;
2 references to ParameterType
Microsoft.Extensions.Validation (2)
ValidatableParameterInfo.cs (2)
63
if (value == null &&
ParameterType
.IsNullable())
106
if (
ParameterType
.IsEnumerable() && value is IEnumerable enumerable)