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