1 instantiation of ExceptionHandlerSuppressDiagnosticsContext
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
234var suppressDiagnosticsContext = new ExceptionHandlerSuppressDiagnosticsContext
2 references to ExceptionHandlerSuppressDiagnosticsContext
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
234var suppressDiagnosticsContext = new ExceptionHandlerSuppressDiagnosticsContext
ExceptionHandler\ExceptionHandlerOptions.cs (1)
79public Func<ExceptionHandlerSuppressDiagnosticsContext, bool>? SuppressDiagnosticsCallback { get; set; }