3 writes to DeploymentRing
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ApplicationEnricherExtensionsTests.cs (1)
56
e.
DeploymentRing
= false;
Enrichment\ApplicationLogEnricherTests.cs (2)
37
DeploymentRing
= true
63
DeploymentRing
= depRing,
4 references to DeploymentRing
Microsoft.Extensions.Telemetry (1)
Enrichment\ApplicationLogEnricher.cs (1)
48
if (enricherOptions.
DeploymentRing
&& applicationMetadata.DeploymentRing is not null)
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ApplicationEnricherExtensionsTests.cs (2)
67
Assert.False(options.
DeploymentRing
);
93
Assert.True(options.
DeploymentRing
);
Enrichment\ApplicationEnricherOptionsTests.cs (1)
18
options.
DeploymentRing
.Should().BeFalse();