2 overrides of GetBindableNodeForTokenIndicatingLambda
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
29
protected override bool
GetBindableNodeForTokenIndicatingLambda
(SyntaxToken token, [NotNullWhen(returnValue: true)] out SyntaxNode? found)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
130
Protected Overrides Function
GetBindableNodeForTokenIndicatingLambda
(token As SyntaxToken, <Out> ByRef found As SyntaxNode) As Boolean
1 reference to GetBindableNodeForTokenIndicatingLambda
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
233
if (
GetBindableNodeForTokenIndicatingLambda
(token, out var lambdaSyntax))