2 references to IsComplexType
Microsoft.Extensions.Validation (2)
RuntimeValidatableParameterInfoResolver.cs (2)
47
if (validationAttributes.Length == 0 && !
IsComplexType
(parameterInfo.ParameterType))
156
return
IsComplexType
(nullableType);