1 instantiation of ProfileCaptureEnvironment
aspire (1)
Profiling\ProfileCaptureEnvironment.cs (1)
36
return new
ProfileCaptureEnvironment
(previousValues);
8 references to ProfileCaptureEnvironment
aspire (5)
Commands\AppHostLauncher.cs (1)
471
ProfileCaptureEnvironment
.AddCurrentToEnvironment(environment);
Commands\RunCommand.cs (1)
340
ProfileCaptureEnvironment
.AddCurrentToEnvironment(context.EnvironmentVariables);
Profiling\ProfileCaptureEnvironment.cs (1)
18
public static
ProfileCaptureEnvironment
Apply(ProfileCaptureOptions options)
Program.cs (2)
1041
using
var
profileCaptureEnvironment = profileCaptureOptions is not null
1042
?
ProfileCaptureEnvironment
.Apply(profileCaptureOptions)
Aspire.Cli.Tests (3)
ProfileCaptureOptionsTests.cs (3)
163
using (
ProfileCaptureEnvironment
.Apply(options))
192
using (
ProfileCaptureEnvironment
.Apply(options))
196
ProfileCaptureEnvironment
.AddCurrentToEnvironment(environmentVariables);