5 references to ContainsErrorType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
ConfigurationBindingGenerator.Parser.cs (5)
559if (ContainsErrorType(type)) 734if (ContainsErrorType(property.Type) && !isDuplicateOrOverride && 925return ContainsErrorType(arrayType.ElementType); 932if (ContainsErrorType(typeArgument)) 941if (type.ContainingType is not null && ContainsErrorType(type.ContainingType))