10 references to ProfileCaptureState
aspire (7)
Commands\RunCommand.cs (2)
75private readonly ProfileCaptureState _profileCaptureState; 135ProfileCaptureState profileCaptureState,
Commands\StartCommand.cs (2)
23private readonly ProfileCaptureState _profileCaptureState; 33ProfileCaptureState profileCaptureState,
Program.cs (3)
507builder.Services.AddSingleton<ProfileCaptureState>(); 1094var profileCaptureState = app.Services.GetRequiredService<ProfileCaptureState>();
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (2)
4247ProfileCaptureState? captureState = null; 4258captureState = provider.GetRequiredService<ProfileCaptureState>();
Utils\CliTestHelper.cs (1)
225services.AddSingleton<ProfileCaptureState>();