3 writes to ThreadId
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessEnricherExtensionsTests.cs (1)
57
options.
ThreadId
= false;
Enrichment\ProcessLogEnricherTests.cs (2)
48
ThreadId
= true
79
ThreadId
= 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)
66
Assert.False(options.
ThreadId
);
77
($"{TestSectionName}:{nameof(ProcessLogEnricherOptions.
ThreadId
)}", "false"))
89
Assert.False(options.
ThreadId
);
Enrichment\ProcessLogEnricherTests.cs (2)
38
Assert.False(options.
ThreadId
);
61
if (options.
ThreadId
)