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