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