1 implementation of IsValidBaseType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1294public abstract bool IsValidBaseType(SyntaxNode node, ITypeSymbol typeSymbol);
1 reference to IsValidBaseType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
702!CodeModelService.IsValidBaseType(node, typeSymbol))