2 references to TryGetWordOnLeft
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
132
if (!SnippetUtilities.
TryGetWordOnLeft
(position, sourceText, syntaxFactsService, out var wordOnLeft))
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
271
if (!SnippetUtilities.
TryGetWordOnLeft
(endPositionInSubjectBuffer.Value.Position, currentText, syntaxFactsService, out var span))