3 references to _tags
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\TestLogEnrichmentTagCollector.cs (3)
19
_tags
.Add(kvp.Key, kvp.Value);
24
public IReadOnlyDictionary<string, object> Properties =>
_tags
;
28
_tags
.Add(tagName, tagValue);