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