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