3 references to GetEdits
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\LongestCommonImmutableArraySubsequence.cs (1)
23=> GetEdits(oldSequence, oldSequence.Length, newSequence, newSequence.Length);
Differencing\LongestCommonSubstring.cs (1)
29=> s_instance.GetEdits(oldValue, oldValue.Length, newValue, newValue.Length);
Differencing\Match.LongestCommonSubsequence.cs (1)
41foreach (var edit in GetEdits(oldNodes, oldNodes.Count, newNodes, newNodes.Count))