10 references to IsUnsupportedType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (10)
ConfigurationBindingGenerator.Parser.cs (10)
350
if (
IsUnsupportedType
(typeSymbol.ElementType))
392
if (
IsUnsupportedType
(keyTypeSymbol) ||
IsUnsupportedType
(elementTypeSymbol))
468
if (
IsUnsupportedType
(elementType))
614
return arrayTypeSymbol.Rank > 1 ||
IsUnsupportedType
(arrayTypeSymbol.ElementType, visitedTypes);
623
return
IsUnsupportedType
(keyType, visitedTypes) ||
IsUnsupportedType
(elementType, visitedTypes);
628
return
IsUnsupportedType
(elementType, visitedTypes);
638
if (
IsUnsupportedType
(parameter.Type))
736
if (
IsUnsupportedType
(property.Type))