5 instantiations of TagCollection
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyInstrumentProvider.cs (1)
27
return new
TagCollection
(_latencyContextRegistrySet.TagNameRegistry);
Microsoft.Extensions.Telemetry.Tests (4)
Latency\Internal\TagCollectionTests.cs (4)
20
TagCollection tc = new
TagCollection
(_tagNames);
29
TagCollection tc = new
TagCollection
(_tagNames);
67
TagCollection tc = new
TagCollection
(_tagNames);
89
TagCollection tc = new
TagCollection
(_tagNames);
9 references to TagCollection
Microsoft.Extensions.Telemetry (5)
Latency\Internal\LatencyContext.cs (1)
21
private readonly
TagCollection
_tagCollection;
Latency\Internal\LatencyContextTokenIssuer.cs (1)
14
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
"/>.
Microsoft.Extensions.Telemetry.Tests (4)
Latency\Internal\TagCollectionTests.cs (4)
20
TagCollection
tc = new TagCollection(_tagNames);
29
TagCollection
tc = new TagCollection(_tagNames);
67
TagCollection
tc = new TagCollection(_tagNames);
89
TagCollection
tc = new TagCollection(_tagNames);