9 instantiations of GlobalLogBufferingOptions
Microsoft.Extensions.Telemetry.Tests (9)
..\..\..\..\test\Libraries\Microsoft.Extensions.Telemetry.Tests\Buffering\GlobalLogBufferingConfigureOptionsTests.cs (8)
18var options = new GlobalLogBufferingOptions(); 25Assert.Equivalent(new GlobalLogBufferingOptions(), options); 32var options = new GlobalLogBufferingOptions(); 40Assert.Equivalent(new GlobalLogBufferingOptions(), options); 56var options = new GlobalLogBufferingOptions(); 63Assert.Equivalent(new GlobalLogBufferingOptions(), options); 82var options = new GlobalLogBufferingOptions(); 112var options = new GlobalLogBufferingOptions();
..\..\..\..\test\Libraries\Microsoft.Extensions.Telemetry.Tests\Buffering\GlobalLogBufferingOptionsCustomValidatorTests.cs (1)
16var options = new GlobalLogBufferingOptions
10 references to GlobalLogBufferingOptions
Microsoft.Extensions.Telemetry.Tests (10)
..\..\..\..\test\Libraries\Microsoft.Extensions.Telemetry.Tests\Buffering\GlobalBufferLoggerBuilderExtensionsTests.cs (4)
58builder.Services.Configure<GlobalLogBufferingOptions>(options => 64var options = serviceProvider.GetService<IOptionsMonitor<GlobalLogBufferingOptions>>(); 117IOptionsMonitor<GlobalLogBufferingOptions>? options = dlf.ServiceProvider.GetService<IOptionsMonitor<GlobalLogBufferingOptions>>();
..\..\..\..\test\Libraries\Microsoft.Extensions.Telemetry.Tests\Buffering\GlobalLogBufferingConfigureOptionsTests.cs (5)
18var options = new GlobalLogBufferingOptions(); 32var options = new GlobalLogBufferingOptions(); 56var options = new GlobalLogBufferingOptions(); 82var options = new GlobalLogBufferingOptions(); 112var options = new GlobalLogBufferingOptions();
..\..\..\..\test\Libraries\Microsoft.Extensions.Telemetry.Tests\Buffering\GlobalLogBufferingOptionsCustomValidatorTests.cs (1)
16var options = new GlobalLogBufferingOptions