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