2 references to UpdateSourceTextWithEdits
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.TextChangesTextLoader.cs (2)
40
var text =
UpdateSourceTextWithEdits
(_emptySourceText.Value, _updates);
50
var newText =
UpdateSourceTextWithEdits
(sourceText, _updates);