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