1 implementation of IsAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
316
public abstract bool
IsAttributeArgumentNode
(SyntaxNode node);
2 references to IsAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel_Events.cs (2)
153
else if (this.CodeModelService.
IsAttributeArgumentNode
(codeModelEvent.Node))
180
this.CodeModelService.
IsAttributeArgumentNode
(codeModelEvent.Node))