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