1 reference to GetTokensAsync
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonQuickInfoProvider.cs (1)
36
var tokens = await
GetTokensAsync
(context.SemanticModel.SyntaxTree, context.Position, context.CancellationToken).ConfigureAwait(false);