4 references to TokenInformation
Microsoft.CodeAnalysis.Features (3)
QuickInfo\CommonSemanticQuickInfoProvider.cs (3)
214return new TokenInformation(symbols, isAwait, nullableFlowState); 224return new TokenInformation(ImmutableArray.Create<ISymbol>(typeInfo.Type)); 228return new TokenInformation(ImmutableArray<ISymbol>.Empty);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
199Return Await CreateContentAsync(services, semanticModel, token, New TokenInformation(types), supportedPlatforms:=Nothing, options, cancellationToken).ConfigureAwait(False)