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