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