1 implementation of IsAttributeNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
315
public abstract bool
IsAttributeNode
(SyntaxNode node);
3 references to IsAttributeNode
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\NodeSnapshot.cs (1)
102
else if (this.CodeModelService.
IsAttributeNode
(node))
CodeModel\FileCodeModel_Events.cs (2)
149
else if (this.CodeModelService.
IsAttributeNode
(codeModelEvent.Node))
187
else if (this.CodeModelService.
IsAttributeNode
(codeModelEvent.Node))