3 references to _tags
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\Internals\TestMetricEnrichmentTagCollector.cs (3)
18_tags.Add(kvp.Key, kvp.Value.ToString() ?? string.Empty); 23public IReadOnlyDictionary<string, string> Tags => _tags; 27_tags.Add(tagName, tagValue.ToString() ?? string.Empty);