Implemented interface member:
method
TryGetAttributeNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetAttributeNode(Microsoft.CodeAnalysis.SyntaxNode, System.String, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
1 override of TryGetAttributeNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1582
public override bool
TryGetAttributeNode
(SyntaxNode parentNode, string name, int ordinal, [NotNullWhen(true)] out SyntaxNode? attributeNode)