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