2 references to s_diffToolPath
Microsoft.CodeAnalysis.Test.Utilities (2)
Assert\AssertEx.cs (2)
860internal static bool DiffToolAvailable => !string.IsNullOrEmpty(s_diffToolPath); 865File.WriteAllText(compareCmd, string.Format("\"{0}\" \"{1}\" \"{2}\"", s_diffToolPath, actualFilePath, expectedFilePath));