1 write to _exceptionContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
1041invoker._exceptionContext = new ExceptionContextSealed(invoker._actionContext, invoker._filters)
9 references to _exceptionContext
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\ResourceInvoker.cs (9)
673var exceptionContext = _exceptionContext; 701Debug.Assert(_exceptionContext != null); 704var exceptionContext = _exceptionContext; 740var exceptionContext = _exceptionContext; 787Debug.Assert(_exceptionContext != null); 789if (_exceptionContext.Result == null) 791_exceptionContext.Result = new EmptyResult(); 794_result = _exceptionContext.Result; 808var exceptionContext = _exceptionContext;