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