2 writes to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.RazorPages (2)
Filters\PageHandlerExecutedContext.cs (2)
81
_exceptionDispatchInfo
= null;
97
_exceptionDispatchInfo
= value;
3 references to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.RazorPages (3)
Filters\PageHandlerExecutedContext.cs (3)
69
if (_exception == null &&
_exceptionDispatchInfo
!= null)
71
return
_exceptionDispatchInfo
.SourceException;
92
get =>
_exceptionDispatchInfo
;