4 instantiations of TokenInformation
Microsoft.CodeAnalysis.Features (3)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
9 references to TokenInformation
Microsoft.CodeAnalysis.Features (9)
QuickInfo\CommonSemanticQuickInfoProvider.cs (9)
39var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken);
47private async Task<(TokenInformation tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync(
60var tokenInformation = BindToken(services, semanticModel, token, cancellationToken);
64private async Task<(TokenInformation, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync(
85var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken);
90var candidateResults = new List<(DocumentId docId, TokenInformation tokenInformation)>
105var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);
155TokenInformation tokenInformation,
184private TokenInformation BindToken(