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