3 writes to ThreadId
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessEnricherExtensionsTests.cs (1)
57options.ThreadId = false;
Enrichment\ProcessLogEnricherTests.cs (2)
48ThreadId = true 79ThreadId = false
6 references to ThreadId
Microsoft.Extensions.Telemetry (1)
Enrichment\ProcessLogEnricher.cs (1)
24_threadIdEnabled = enricherOptions.ThreadId;
Microsoft.Extensions.Telemetry.Tests (5)
Enrichment\ProcessEnricherExtensionsTests.cs (3)
66Assert.False(options.ThreadId); 77($"{TestSectionName}:{nameof(ProcessLogEnricherOptions.ThreadId)}", "false")) 89Assert.False(options.ThreadId);
Enrichment\ProcessLogEnricherTests.cs (2)
38Assert.False(options.ThreadId); 61if (options.ThreadId)