3 references to Delta
Microsoft.CodeAnalysis.Razor.Workspaces (3)
DocumentMapping\RazorEditService.cs (3)
83
var addedUsings =
Delta
.Compute(oldUsings, newUsings);
84
var removedUsings =
Delta
.Compute(newUsings, oldUsings);
90
var addedMethods =
Delta
.Compute(oldMethods, newMethods);