2 writes to _handlerSelectedContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
328_handlerSelectedContext = new PageHandlerSelectedContext(_pageContext, _filters, _instance) 341_handlerSelectedContext = new PageHandlerSelectedContext(_pageContext, _filters, _instance)
10 references to _handlerSelectedContext
Microsoft.AspNetCore.Mvc.RazorPages (10)
Infrastructure\PageActionInvoker.cs (10)
326if (_handlerSelectedContext == null) 339if (_handlerSelectedContext == null) 358Debug.Assert(_handlerSelectedContext != null); 361var handlerSelectedContext = _handlerSelectedContext; 382Debug.Assert(_handlerSelectedContext != null); 386_diagnosticListener.AfterOnPageHandlerSelection(_handlerSelectedContext, filter); 398Debug.Assert(_handlerSelectedContext != null); 401var handlerSelectedContext = _handlerSelectedContext; 418if (_handlerSelectedContext != null) 420_handler = _handlerSelectedContext.HandlerMethod;