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