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