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