2 instantiations of TokenInformation
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
355
return new
TokenInformation
(filteredSymbols, isAwait, nullabilityInfo);
364
return new
TokenInformation
([typeInfo.Type]);
9 references to TokenInformation
Microsoft.CodeAnalysis.Features (9)
QuickInfo\CommonSemanticQuickInfoProvider.cs (9)
43
var
tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken);
52
private async Task<(
TokenInformation
tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync(
65
var
tokenInformation = BindToken(services, semanticModel, token, cancellationToken);
69
private async Task<(
TokenInformation
, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync(
90
var
mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken);
92
var candidateResults = new List<(DocumentId docId,
TokenInformation
tokenInformation)>
106
var
linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);
160
TokenInformation
tokenInformation,
341
private
TokenInformation
BindToken(