2 writes to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
447_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 457_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
12 references to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (12)
Infrastructure\PageActionInvoker.cs (12)
445if (_handlerExecutingContext == null) 455if (_handlerExecutingContext == null) 472Debug.Assert(_handlerExecutingContext != null); 475var handlerExecutingContext = _handlerExecutingContext; 496Debug.Assert(_handlerExecutingContext != null); 514Result = _handlerExecutingContext.Result, 530Debug.Assert(_handlerExecutingContext != null); 534var handlerExecutingContext = _handlerExecutingContext; 562Result = _handlerExecutingContext.Result, 581Debug.Assert(_handlerExecutingContext != null); 675Debug.Assert(_handlerExecutingContext != null); 676if (_handlerExecutingContext.Result != null)