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