1 write to _exceptionContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
1037invoker._exceptionContext = new ExceptionContextSealed(invoker._actionContext, invoker._filters)
9 references to _exceptionContext
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\ResourceInvoker.cs (9)
669var exceptionContext = _exceptionContext; 697Debug.Assert(_exceptionContext != null); 700var exceptionContext = _exceptionContext; 736var exceptionContext = _exceptionContext; 783Debug.Assert(_exceptionContext != null); 785if (_exceptionContext.Result == null) 787_exceptionContext.Result = new EmptyResult(); 790_result = _exceptionContext.Result; 804var exceptionContext = _exceptionContext;