2 references to AssemblyCount
Aspire.Hosting.RemoteHost (1)
Diagnostics\RemoteHostProfilingTelemetry.cs (1)
387
public void SetAssemblyCount(int count) => SetTag(Tags.
AssemblyCount
, count);
Aspire.Hosting.RemoteHost.Tests (1)
RemoteHostProfilingTelemetryTests.cs (1)
89
Assert.Equal(3, activity.GetTagItem(RemoteHostProfilingTelemetry.Tags.
AssemblyCount
));