Implemented interface member:
method
TryGetAttributeNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetAttributeNode(Microsoft.CodeAnalysis.SyntaxNode, System.String, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of TryGetAttributeNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1585public override bool TryGetAttributeNode(SyntaxNode parentNode, string name, int ordinal, [NotNullWhen(true)] out SyntaxNode? attributeNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1245Public Overrides Function TryGetAttributeNode(parentNode As SyntaxNode, name As String, ordinal As Integer, ByRef attributeNode As SyntaxNode) As Boolean