5 references to DotnetProcessName
Microsoft.Build (4)
BackEnd\Components\Communications\CurrentHost.cs (3)
31Constants.DotnetProcessName); 39&& Path.GetFileName(processPath) == Constants.DotnetProcessName) 51Constants.DotnetProcessName);
Evaluation\Evaluator.cs (1)
1904string dotnetExe = Path.Combine(FileUtilities.GetFolderAbove(sdkResult.Path, 5), Constants.DotnetProcessName);
Microsoft.Build.Engine.UnitTests (1)
ProjectCache\ProjectCacheTests.cs (1)
1735string bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);