2 writes to _exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ExceptionContext.cs (2)
47
_exception
= value;
64
_exception
= null;
2 references to _exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ExceptionContext.cs (2)
34
if (
_exception
== null && _exceptionDispatchInfo != null)
40
return
_exception
!;