1 implementation of IsImportNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
318public abstract bool IsImportNode(SyntaxNode node);
1 reference to IsImportNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\NodeSnapshot.cs (1)
98else if (this.CodeModelService.IsImportNode(node))