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