3 references to GetTouchingTokenAsync
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolFinder.cs (1)
119return syntaxTree.GetTouchingTokenAsync(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (2)
52return GetTouchingTokenAsync(syntaxTree, semanticModel: null, position, (_, t) => syntaxFacts.IsWord(t), cancellationToken, findInsideTrivia); 61return GetTouchingTokenAsync(syntaxTree, semanticModel: null, position, (_, _) => true, cancellationToken, findInsideTrivia);