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