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