2 references to AssemblyCacheHit
Aspire.Hosting.RemoteHost (1)
Diagnostics\RemoteHostProfilingTelemetry.cs (1)
385
public void SetAssemblyCacheHit(bool cacheHit) => SetTag(Tags.
AssemblyCacheHit
, cacheHit);
Aspire.Hosting.RemoteHost.Tests (1)
RemoteHostProfilingTelemetryTests.cs (1)
111
Assert.Equal(false, activity.GetTagItem(RemoteHostProfilingTelemetry.Tags.
AssemblyCacheHit
));