2 writes to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ActionExecutedContext.cs (2)
61
_exceptionDispatchInfo
= null;
80
_exceptionDispatchInfo
= value;
3 references to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (3)
Filters\ActionExecutedContext.cs (3)
49
if (_exception == null &&
_exceptionDispatchInfo
!= null)
51
return
_exceptionDispatchInfo
.SourceException;
74
return
_exceptionDispatchInfo
;