2 references to s_instance
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubstring.cs (2)
26
=>
s_instance
.ComputeDistance(oldValue, oldLength, newValue, newLength);
29
=>
s_instance
.GetEdits(oldValue, oldValue.Length, newValue, newValue.Length);