1 instantiation of ErasingRedactorProvider
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
ErasingRedactorProvider.cs (1)
11public static ErasingRedactorProvider Instance { get; } = new();
2 references to ErasingRedactorProvider
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (2)
ErasingRedactorProvider.cs (1)
11public static ErasingRedactorProvider Instance { get; } = new();
HeadersReaderBenchmark.cs (1)
47var redactor = new HttpHeadersRedactor(ErasingRedactorProvider.Instance);