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