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)
37public LatencyData LatencyData => IsDisposed ? default : new(_tagCollection.Tags, _checkpointTracker.Checkpoints, _measureTracker.Measures, Duration, _checkpointTracker.Frequency); 56_tagCollection.Set(token, value); 109_ = _tagCollection.TryReset();