6 writes to DeploymentRing
Microsoft.Extensions.Telemetry (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
208instance.DeploymentRing = ParseBool(value9, () => configuration.GetSection("DeploymentRing").Path); 212instance.DeploymentRing = default;
Microsoft.Extensions.Telemetry.Tests (4)
Enrichment\ApplicationEnricherExtensionsTests.cs (1)
56e.DeploymentRing = false;
Enrichment\ApplicationLogEnricherTests.cs (2)
37DeploymentRing = true 63DeploymentRing = depRing,
Enrichment\ServiceEnricherExtensionsTests.cs (1)
57e.DeploymentRing = false;
6 references to DeploymentRing
Microsoft.Extensions.Telemetry (1)
Enrichment\ApplicationLogEnricher.cs (1)
47if (enricherOptions.DeploymentRing && applicationMetadata.DeploymentRing is not null)
Microsoft.Extensions.Telemetry.Tests (5)
Enrichment\ApplicationEnricherExtensionsTests.cs (2)
67Assert.False(options.DeploymentRing); 93Assert.True(options.DeploymentRing);
Enrichment\ApplicationEnricherOptionsTests.cs (1)
18options.DeploymentRing.Should().BeFalse();
Enrichment\ServiceEnricherExtensionsTests.cs (2)
68Assert.False(options.DeploymentRing); 94Assert.True(options.DeploymentRing);