4 references to BindToken
Microsoft.CodeAnalysis.Features (4)
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
41var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken);
63var tokenInformation = BindToken(services, semanticModel, token, cancellationToken);
88var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken);
104var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);