Implemented interface member:
method
GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetAttributeArgumentParentAndIndex(Microsoft.CodeAnalysis.SyntaxNode, out Microsoft.CodeAnalysis.SyntaxNode, out System.Int32)
2 overrides of GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1660public override void GetAttributeArgumentParentAndIndex(SyntaxNode attributeArgumentNode, out SyntaxNode attributeNode, out int index)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1861Public Overrides Sub GetAttributeArgumentParentAndIndex(attributeArgumentNode As SyntaxNode, ByRef attributeNode As SyntaxNode, ByRef index As Integer)
1 reference to GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
470GetAttributeArgumentParentAndIndex(node, out var attributeNode, out var index);