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