2 instantiations of TokenInformation
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
230
return new
TokenInformation
([typeInfo.Type]);
234
return new
TokenInformation
([]);
9 references to TokenInformation
Microsoft.CodeAnalysis.Features (9)
QuickInfo\CommonSemanticQuickInfoProvider.cs (9)
41
var
tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken);
50
private async Task<(
TokenInformation
tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync(
63
var
tokenInformation = BindToken(services, semanticModel, token, cancellationToken);
67
private async Task<(
TokenInformation
, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync(
88
var
mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken);
90
var candidateResults = new List<(DocumentId docId,
TokenInformation
tokenInformation)>
104
var
linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken);
158
TokenInformation
tokenInformation,
191
private
TokenInformation
BindToken(