2 writes to _exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ActionExecutedContext.cs (2)
62
_exception
= value;
79
_exception
= null;
2 references to _exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ActionExecutedContext.cs (2)
49
if (
_exception
== null && _exceptionDispatchInfo != null)
55
return
_exception
;