1 override of GetBindableNodeForTokenIndicatingLambda
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
38
protected override bool
GetBindableNodeForTokenIndicatingLambda
(SyntaxToken token, [NotNullWhen(returnValue: true)] out SyntaxNode? found)
1 reference to GetBindableNodeForTokenIndicatingLambda
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
372
if (
GetBindableNodeForTokenIndicatingLambda
(token, out var lambdaSyntax))