3 writes to EnvironmentName
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ApplicationEnricherExtensionsTests.cs (1)
54
e.
EnvironmentName
= false;
Enrichment\ApplicationLogEnricherTests.cs (1)
61
EnvironmentName
= envName,
Enrichment\ServiceEnricherExtensionsTests.cs (1)
55
e.
EnvironmentName
= false;
6 references to EnvironmentName
Microsoft.Extensions.Telemetry (1)
Enrichment\ApplicationLogEnricher.cs (1)
42
if (enricherOptions.
EnvironmentName
)
Microsoft.Extensions.Telemetry.Tests (5)
Enrichment\ApplicationEnricherExtensionsTests.cs (2)
65
Assert.False(options.
EnvironmentName
);
91
Assert.False(options.
EnvironmentName
);
Enrichment\ApplicationEnricherOptionsTests.cs (1)
15
options.
EnvironmentName
.Should().BeTrue();
Enrichment\ServiceEnricherExtensionsTests.cs (2)
66
Assert.False(options.
EnvironmentName
);
92
Assert.False(options.
EnvironmentName
);