2 references to AppHostStopCount
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
1011public void SetAppHostStopCount(int count) => SetTag(Tags.AppHostStopCount, count);
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
426Assert.Equal(2, stopCommandActivity.GetTagItem(ProfilingTelemetry.Tags.AppHostStopCount));