1 instantiation of ExceptionHandlerSuppressDiagnosticsContext
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
227var suppressDiagnosticsContext = new ExceptionHandlerSuppressDiagnosticsContext
2 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; }