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