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