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