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);
ProjectCache\ProjectCacheTests.cs (1)
1735string bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
93var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core");