2 instantiations of TokenInformation
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
347return new TokenInformation(filteredSymbols, isAwait, nullabilityInfo); 356return new TokenInformation([typeInfo.Type]);
8 references to TokenInformation
Microsoft.CodeAnalysis.Features (8)
QuickInfo\CommonSemanticQuickInfoProvider.cs (8)
41private async Task<(TokenInformation tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync( 54var tokenInformation = BindToken(services, semanticModel, token, cancellationToken); 58private async Task<(TokenInformation, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync( 79var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken); 81var candidateResults = new List<(DocumentId docId, TokenInformation tokenInformation)> 95var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken); 149TokenInformation tokenInformation, 333private TokenInformation BindToken(