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