8 references to ApplyCurrentProcess
aspire (3)
Commands\AppHostLauncher.cs (1)
463
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, KnownConfigNames.CliLauncherProcessId, KnownConfigNames.CliLauncherProcessStarted);
DotNet\DotNetCliRunner.cs (1)
438
OrphanDetectionEnvironment.
ApplyCurrentProcess
(env);
Layout\LayoutProcessRunner.cs (1)
109
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, overwrite: false);
Aspire.Cli.Tests (5)
Processes\OrphanDetectionEnvironmentTests.cs (5)
17
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment);
29
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, KnownConfigNames.CliLauncherProcessId, KnownConfigNames.CliLauncherProcessStarted);
45
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, overwrite: false);
60
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, overwrite: false);
77
OrphanDetectionEnvironment.
ApplyCurrentProcess
(environment, overwrite: true);