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