Implemented interface member:
method
GetNodeWithAttributes
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetNodeWithAttributes(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetNodeWithAttributes
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1742public override SyntaxNode GetNodeWithAttributes(SyntaxNode node)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1845Public Overrides Function GetNodeWithAttributes(node As SyntaxNode) As SyntaxNode