2 writes to EnrichmentTags
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpClientLogger.cs (1)
238
logRecord.
EnrichmentTags
= loggerMessageState;
Logging\Internal\LogRecord.cs (1)
93
EnrichmentTags
= null;
2 references to EnrichmentTags
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\Log.cs (2)
91
var loggerMessageState = record.
EnrichmentTags
?? LoggerMessageHelper.ThreadLocalState;
143
if (record.
EnrichmentTags
is null)