2 overrides of GetBindableNodeForTokenIndicatingMemberAccess
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
62
protected override bool
GetBindableNodeForTokenIndicatingMemberAccess
(SyntaxToken token, out SyntaxToken found)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
151
Protected Overrides Function
GetBindableNodeForTokenIndicatingMemberAccess
(token As SyntaxToken, ByRef found As SyntaxToken) As Boolean
1 reference to GetBindableNodeForTokenIndicatingMemberAccess
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
248
if (
GetBindableNodeForTokenIndicatingMemberAccess
(token, out var accessedMember))