12 references to DotnetProcessName
Microsoft.Build (4)
BackEnd\Components\Communications\CurrentHost.cs (3)
32Constants.DotnetProcessName); 40&& Path.GetFileName(processPath) == Constants.DotnetProcessName) 52Constants.DotnetProcessName);
Evaluation\Evaluator.cs (1)
1904string dotnetExe = Path.Combine(FileUtilities.GetFolderAbove(sdkResult.Path, 5), Constants.DotnetProcessName);
Microsoft.Build.BuildCheck.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.CommandLine.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (1)
1734string bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Framework.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Tasks.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Utilities.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);