10 references to IsUnsupportedType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (10)
ConfigurationBindingGenerator.Parser.cs (10)
347if (IsUnsupportedType(typeSymbol.ElementType)) 389if (IsUnsupportedType(keyTypeSymbol) || IsUnsupportedType(elementTypeSymbol)) 465if (IsUnsupportedType(elementType)) 606return arrayTypeSymbol.Rank > 1 || IsUnsupportedType(arrayTypeSymbol.ElementType, visitedTypes); 615return IsUnsupportedType(keyType, visitedTypes) || IsUnsupportedType(elementType, visitedTypes); 620return IsUnsupportedType(elementType, visitedTypes); 630if (IsUnsupportedType(parameter.Type)) 716if (member is IPropertySymbol { IsIndexer: false, IsImplicitlyDeclared: false } property && !IsUnsupportedType(property.Type))