1 instantiation of TagCollection
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyInstrumentProvider.cs (1)
27return new TagCollection(_latencyContextRegistrySet.TagNameRegistry);
5 references to TagCollection
Microsoft.Extensions.Telemetry (5)
Latency\Internal\LatencyContext.cs (1)
21private readonly TagCollection _tagCollection;
Latency\Internal\LatencyContextTokenIssuer.cs (1)
15private readonly TagCollection _tagCollection;
Latency\Internal\LatencyInstrumentProvider.cs (1)
25public TagCollection CreateTagCollection()
Latency\Internal\TagCollection.cs (2)
21/// Initializes a new instance of the <see cref="TagCollection"/> class. 34/// Resets <see cref="TagCollection"/>.