2 writes to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ResultExecutedContext.cs (2)
69
_exceptionDispatchInfo
= null;
88
_exceptionDispatchInfo
= value;
3 references to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (3)
Filters\ResultExecutedContext.cs (3)
57
if (_exception == null &&
_exceptionDispatchInfo
!= null)
59
return
_exceptionDispatchInfo
.SourceException;
82
return
_exceptionDispatchInfo
;