7 references to _tagNames
Microsoft.Extensions.Telemetry.Tests (7)
Latency\Internal\TagCollectionTests.cs (7)
20
TagCollection tc = new TagCollection(
_tagNames
);
29
TagCollection tc = new TagCollection(
_tagNames
);
43
Assert.True(t.Count ==
_tagNames
.KeyCount);
48
Assert.True(
_tagNames
.GetRegisteredKeyIndex(tagName) > -1);
67
TagCollection tc = new TagCollection(
_tagNames
);
70
Assert.True(tc.Tags.Count ==
_tagNames
.KeyCount);
89
TagCollection tc = new TagCollection(
_tagNames
);