4 references to BindToken
Microsoft.CodeAnalysis.Features (4)
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
43var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 65var tokenInformation = BindToken(services, semanticModel, token, cancellationToken); 90var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken); 106var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);