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