8 references to GeneratePathToTool
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (8)
CscTests.cs (6)
471Assert.Equal(Path.Combine("path", "to", "custom_csc"), csc.GeneratePathToTool());
477Assert.Equal(Path.Combine("path", "to", "custom_csc"), csc.GeneratePathToTool());
488AssertEx.Equal(Path.Combine("path", "to", "custom_csc", $"csc{PlatformInformation.ExeExtension}"), csc.GeneratePathToTool());
494AssertEx.Equal(Path.Combine("path", "to", "custom_csc", $"csc{PlatformInformation.ExeExtension}"), csc.GeneratePathToTool());
511AssertEx.Equal(csc.PathToBuiltInTool, csc.GeneratePathToTool());
516AssertEx.Equal(RuntimeHostInfo.GetDotNetPathOrDefault(), csc.GeneratePathToTool());