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)
41var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 50private async Task<(TokenInformation tokenInformation, SupportedPlatformData? supportedPlatforms)> ComputeQuickInfoDataAsync( 63var tokenInformation = BindToken(services, semanticModel, token, cancellationToken); 67private async Task<(TokenInformation, SupportedPlatformData supportedPlatforms)> ComputeFromLinkedDocumentsAsync( 88var mainTokenInformation = BindToken(services, semanticModel, token, cancellationToken); 90var candidateResults = new List<(DocumentId docId, TokenInformation tokenInformation)> 104var linkedSymbols = BindToken(services, linkedModel, linkedToken, cancellationToken); 158TokenInformation tokenInformation, 191private TokenInformation BindToken(