2 writes to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ExceptionContext.cs (2)
46
_exceptionDispatchInfo
= null;
65
_exceptionDispatchInfo
= value;
3 references to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.Abstractions (3)
Filters\ExceptionContext.cs (3)
34
if (_exception == null &&
_exceptionDispatchInfo
!= null)
36
return
_exceptionDispatchInfo
.SourceException;
59
return
_exceptionDispatchInfo
;