1 write to ParameterType
Microsoft.AspNetCore.Http.Abstractions (1)
Validation\ValidatableParameterInfo.cs (1)
28
ParameterType
= parameterType;
2 references to ParameterType
Microsoft.AspNetCore.Http.Abstractions (2)
Validation\ValidatableParameterInfo.cs (2)
64
if (value == null &&
ParameterType
.IsNullable())
107
if (
ParameterType
.IsEnumerable() && value is IEnumerable enumerable)