2 writes to ExceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
971
ExceptionDispatchInfo
= ExceptionDispatchInfo.Capture(exception),
993
ExceptionDispatchInfo
= ExceptionDispatchInfo.Capture(exception),
4 references to ExceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ResourceExecutedContext.cs (2)
38
/// Setting <see cref="Exception"/> or <see cref="
ExceptionDispatchInfo
"/> to <c>null</c> will treat
71
/// Setting <see cref="Exception"/> or <see cref="
ExceptionDispatchInfo
"/> to <c>null</c> will treat
Microsoft.AspNetCore.Mvc.Core (2)
Filters\MiddlewareFilterBuilder.cs (1)
78
resourceExecutedContext.
ExceptionDispatchInfo
?.Throw();
Infrastructure\ResourceInvoker.cs (1)
1458
context.
ExceptionDispatchInfo
?.Throw();