2 writes to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
449_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 459_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
12 references to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (12)
Infrastructure\PageActionInvoker.cs (12)
447if (_handlerExecutingContext == null) 457if (_handlerExecutingContext == null) 474Debug.Assert(_handlerExecutingContext != null); 477var handlerExecutingContext = _handlerExecutingContext; 498Debug.Assert(_handlerExecutingContext != null); 516Result = _handlerExecutingContext.Result, 532Debug.Assert(_handlerExecutingContext != null); 536var handlerExecutingContext = _handlerExecutingContext; 564Result = _handlerExecutingContext.Result, 583Debug.Assert(_handlerExecutingContext != null); 677Debug.Assert(_handlerExecutingContext != null); 678if (_handlerExecutingContext.Result != null)