1 write to _threadId
Microsoft.Extensions.Telemetry (1)
Enrichment\ProcessLogEnricher.cs (1)
32_threadId ??= Environment.CurrentManagedThreadId.ToInvariantString();
1 reference to _threadId
Microsoft.Extensions.Telemetry (1)
Enrichment\ProcessLogEnricher.cs (1)
35collector.Add(ProcessEnricherTagNames.ThreadId, _threadId);