Implemented interface member:
method
TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetInheritsNode(Microsoft.CodeAnalysis.SyntaxNode, System.String, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
1 override of TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1570
public override bool
TryGetInheritsNode
(SyntaxNode parentNode, string name, int ordinal, out SyntaxNode inheritsNode)