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