Implemented interface member:
method
TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetInheritsNode(Microsoft.CodeAnalysis.SyntaxNode, System.String, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1573
public override bool
TryGetInheritsNode
(SyntaxNode parentNode, string name, int ordinal, out SyntaxNode inheritsNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1213
Public Overrides Function
TryGetInheritsNode
(parentNode As SyntaxNode, name As String, ordinal As Integer, ByRef inheritsNode As SyntaxNode) As Boolean