1 implementation of GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
660
public abstract void
GetAttributeArgumentParentAndIndex
(SyntaxNode attributeArgumentNode, out SyntaxNode attributeNode, out int index);
1 reference to GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_Events.cs (1)
347
CodeModelService.
GetAttributeArgumentParentAndIndex
(codeModelEvent.Node, out _, out var ordinal);