4 references to BindToken
Microsoft.CodeAnalysis.Features (4)
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
39var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 60var tokenInformation = BindToken(services, semanticModel, token, cancellationToken); 85var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken); 105var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);