3 writes to ProcessId
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessEnricherExtensionsTests.cs (1)
56options.ProcessId = false;
Enrichment\ProcessLogEnricherTests.cs (2)
47ProcessId = true, 78ProcessId = false,
6 references to ProcessId
Microsoft.Extensions.Telemetry (1)
Enrichment\StaticProcessLogEnricher.cs (1)
22if (enricherOptions.ProcessId)
Microsoft.Extensions.Telemetry.Tests (5)
Enrichment\ProcessEnricherExtensionsTests.cs (3)
65Assert.False(options.ProcessId); 76($"{TestSectionName}:{nameof(ProcessLogEnricherOptions.ProcessId)}", "true"), 88Assert.True(options.ProcessId);
Enrichment\ProcessLogEnricherTests.cs (2)
37Assert.True(options.ProcessId); 66if (options.ProcessId)