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