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