2 writes to ExceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
971ExceptionDispatchInfo = ExceptionDispatchInfo.Capture(exception), 993ExceptionDispatchInfo = 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)
78resourceExecutedContext.ExceptionDispatchInfo?.Throw();
Infrastructure\ResourceInvoker.cs (1)
1458context.ExceptionDispatchInfo?.Throw();