5 references to ContainsErrorType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
ConfigurationBindingGenerator.Parser.cs (5)
562if (ContainsErrorType(type)) 743if (ContainsErrorType(property.Type) && !isDuplicateOrOverride && 938return ContainsErrorType(arrayType.ElementType); 945if (ContainsErrorType(typeArgument)) 954if (type.ContainingType is not null && ContainsErrorType(type.ContainingType))