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