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