1 write to _tagCollection
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyContext.cs (1)
30
_tagCollection
= latencyInstrumentProvider.CreateTagCollection();
3 references to _tagCollection
Microsoft.Extensions.Telemetry (3)
Latency\Internal\LatencyContext.cs (3)
35
public LatencyData LatencyData => IsDisposed ? default : new(
_tagCollection
.Tags, _checkpointTracker.Checkpoints, _measureTracker.Measures, Duration, _checkpointTracker.Frequency);
58
_tagCollection
.Set(token, value);
111
_ =
_tagCollection
.TryReset();