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