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