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