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