1 instantiation of GlobalLogBufferingOptionsCustomValidator
Microsoft.Extensions.Telemetry.Tests (1)
Buffering\GlobalLogBufferingOptionsCustomValidatorTests.cs (1)
15
var validator = new
GlobalLogBufferingOptionsCustomValidator
();
4 references to GlobalLogBufferingOptionsCustomValidator
Microsoft.Extensions.Telemetry (3)
Buffering\GlobalBufferLoggingBuilderExtensions.cs (3)
37
.Services.AddOptionsWithValidateOnStart<GlobalLogBufferingOptions,
GlobalLogBufferingOptionsCustomValidator
>()
63
.Services.AddOptionsWithValidateOnStart<GlobalLogBufferingOptions,
GlobalLogBufferingOptionsCustomValidator
>()
85
.Services.AddOptionsWithValidateOnStart<GlobalLogBufferingOptions,
GlobalLogBufferingOptionsCustomValidator
>()
Microsoft.Extensions.Telemetry.Tests (1)
Buffering\GlobalLogBufferingOptionsCustomValidatorTests.cs (1)
15
var
validator = new GlobalLogBufferingOptionsCustomValidator();