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)
35
collector.Add(ProcessEnricherTagNames.ThreadId,
_threadId
);