Implemented interface member:
method
GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetAttributeArgumentParentAndIndex(Microsoft.CodeAnalysis.SyntaxNode, out Microsoft.CodeAnalysis.SyntaxNode, out System.Int32)
1 override of GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1657public override void GetAttributeArgumentParentAndIndex(SyntaxNode attributeArgumentNode, out SyntaxNode attributeNode, out int index)
1 reference to GetAttributeArgumentParentAndIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
469GetAttributeArgumentParentAndIndex(node, out var attributeNode, out var index);