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