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