Implemented interface member:
method
TryGetAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetAttributeArgumentNode(Microsoft.CodeAnalysis.SyntaxNode, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
1 override of TryGetAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1602public override bool TryGetAttributeArgumentNode(SyntaxNode attributeNode, int index, [NotNullWhen(true)] out SyntaxNode? attributeArgumentNode)