3 references to GetAdjustedSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\InlineCompletions\InlineCompletionsHandler.cs (3)
160
snippetEndPosition =
GetAdjustedSpan
(formattingChanges, new TextSpan(snippetEndPosition, 0)).Start;
171
var fieldInFormattedText =
GetAdjustedSpan
(formattingChanges, span);
180
var caretInFormattedText =
GetAdjustedSpan
(formattingChanges, caretSpan.Value);