11 references to CommonRunHelpers
dotnet-aot (11)
parent\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
91
var modifiedMSBuildArgs =
CommonRunHelpers
.AdjustMSBuildForLLMs(ConcatTelemetryLogger(msBuildArgs));
parent\dotnet\Commands\Run\AotRunCommand.cs (7)
130
commandArguments =
CommonRunHelpers
.CombineRunArguments(
147
commandArguments =
CommonRunHelpers
.CombineRunArguments(
179
CommonRunHelpers
.ApplyLaunchEnvironmentVariables(
262
LaunchProfileParseResult result =
CommonRunHelpers
.ReadLaunchProfile(
291
Dictionary<string, string> globalProperties =
CommonRunHelpers
.CreateFileBasedRunGlobalProperties();
342
if (!
CommonRunHelpers
.TrySplitApplicationArgumentsAtDoubleDash(
364
projectFilePath =
CommonRunHelpers
.TryFindSingleProjectInDirectory(currentDirectory);
parent\dotnet\Commands\Run\RunProperties.cs (1)
95
Arguments =
CommonRunHelpers
.CombineRunArguments(
parent\dotnet\Commands\Test\AotTestCommand.cs (1)
57
return !
CommonRunHelpers
.TrySplitApplicationArgumentsAtDoubleDash(
parent\dotnet\Commands\Test\MTP\TestCommandOptions.cs (1)
26
if (!
CommonRunHelpers
.TrySplitApplicationArgumentsAtDoubleDash(