2 implementations of GetDisplayNode
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
33public SyntaxNode GetDisplayNode(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeLens\VisualBasicDisplayInfoService.vb (1)
37Public Function GetDisplayNode(node As SyntaxNode) As SyntaxNode Implements ICodeLensDisplayInfoService.GetDisplayNode
2 references to GetDisplayNode
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesService.cs (1)
200return langServices.GetDisplayNode(node);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeLens\VisualBasicDisplayInfoService.vb (1)
37Public Function GetDisplayNode(node As SyntaxNode) As SyntaxNode Implements ICodeLensDisplayInfoService.GetDisplayNode