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