5 references to BootstrapRootPath
Microsoft.Build.Engine.UnitTests (4)
NetTaskHost_E2E_Tests.cs (3)
35var bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
55Path.Combine(RunnerUtilities.BootstrapRootPath, "net472", "MSBuild", "Current", "Bin", "Microsoft.Build.dll"),
64var bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
Microsoft.Build.UnitTests.Shared (1)