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