1 implementation of GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
660public 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)
347CodeModelService.GetAttributeArgumentParentAndIndex(codeModelEvent.Node, out _, out var ordinal);