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