2 references to AppHostStopAll
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
1009
public void SetAppHostStopAll(bool stopAll) => SetTag(Tags.
AppHostStopAll
, stopAll);
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
425
Assert.Equal(true, stopCommandActivity.GetTagItem(ProfilingTelemetry.Tags.
AppHostStopAll
));