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)
34if (_exception == null && _exceptionDispatchInfo != null) 36return _exceptionDispatchInfo.SourceException; 59return _exceptionDispatchInfo;