1 instantiation of ExceptionHandlerSuppressDiagnosticsContext
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
227var suppressDiagnosticsContext = new ExceptionHandlerSuppressDiagnosticsContext
5 references to ExceptionHandlerSuppressDiagnosticsContext
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
227var suppressDiagnosticsContext = new ExceptionHandlerSuppressDiagnosticsContext
ExceptionHandler\ExceptionHandlerOptions.cs (1)
78public Func<ExceptionHandlerSuppressDiagnosticsContext, bool>? SuppressDiagnosticsCallback { get; set; }
Microsoft.AspNetCore.Diagnostics.Tests (3)
ExceptionHandlerMiddlewareTest.cs (3)
37ExceptionHandlerSuppressDiagnosticsContext suppressContext = null; 218Func<ExceptionHandlerSuppressDiagnosticsContext, bool> suppressDiagnosticsCallback = null; 622Func<ExceptionHandlerSuppressDiagnosticsContext, bool> suppressDiagnosticsCallback = null)