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