1 implementation of IsOptionNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
317
public abstract bool
IsOptionNode
(SyntaxNode node);
1 reference to IsOptionNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\NodeSnapshot.cs (1)
94
if (this.CodeModelService.
IsOptionNode
(node))