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