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