10 references to IsUnsupportedType
ConfigurationSchemaGenerator (10)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (10)
346
if (
IsUnsupportedType
(typeSymbol.ElementType))
383
if (
IsUnsupportedType
(keyTypeSymbol) ||
IsUnsupportedType
(elementTypeSymbol))
452
if (
IsUnsupportedType
(elementType))
559
return arrayTypeSymbol.Rank > 1 ||
IsUnsupportedType
(arrayTypeSymbol.ElementType, recursionDepth);
568
return
IsUnsupportedType
(keyType, recursionDepth) ||
IsUnsupportedType
(elementType, recursionDepth);
572
return
IsUnsupportedType
(elementType, recursionDepth);
583
if (
IsUnsupportedType
(parameter.Type))
669
if (member is IPropertySymbol { IsIndexer: false, IsImplicitlyDeclared: false } property && !
IsUnsupportedType
(property.Type))