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