2 writes to _handlerSelectedContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
330_handlerSelectedContext = new PageHandlerSelectedContext(_pageContext, _filters, _instance) 343_handlerSelectedContext = new PageHandlerSelectedContext(_pageContext, _filters, _instance)
10 references to _handlerSelectedContext
Microsoft.AspNetCore.Mvc.RazorPages (10)
Infrastructure\PageActionInvoker.cs (10)
328if (_handlerSelectedContext == null) 341if (_handlerSelectedContext == null) 360Debug.Assert(_handlerSelectedContext != null); 363var handlerSelectedContext = _handlerSelectedContext; 384Debug.Assert(_handlerSelectedContext != null); 388_diagnosticListener.AfterOnPageHandlerSelection(_handlerSelectedContext, filter); 400Debug.Assert(_handlerSelectedContext != null); 403var handlerSelectedContext = _handlerSelectedContext; 420if (_handlerSelectedContext != null) 422_handler = _handlerSelectedContext.HandlerMethod;