2 instantiations of TokenInformation
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
230return new TokenInformation([typeInfo.Type]); 234return new TokenInformation([]);
9 references to TokenInformation
Microsoft.CodeAnalysis.Features (9)
QuickInfo\CommonSemanticQuickInfoProvider.cs (9)
40var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 49private async Task<(TokenInformation tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync( 62var tokenInformation = BindToken(services, semanticModel, token, cancellationToken); 66private async Task<(TokenInformation, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync( 87var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken); 92var candidateResults = new List<(DocumentId docId, TokenInformation tokenInformation)> 107var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken); 157TokenInformation tokenInformation, 190private TokenInformation BindToken(