1 write to _arguments
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
423_arguments = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
9 references to _arguments
Microsoft.AspNetCore.Mvc.RazorPages (9)
Infrastructure\PageActionInvoker.cs (9)
214Debug.Assert(_arguments is not null); 215await handlerBinder(_pageContext, _arguments); 254Debug.Assert(_arguments is not null); 255var arguments = PrepareArguments(_arguments, handler); 269_diagnosticListener.BeforeHandlerMethod(_pageContext, handler, _arguments, _instance); 279_diagnosticListener.AfterHandlerMethod(_pageContext, handler, _arguments, _instance, _result); 440Debug.Assert(_arguments is not null); 447_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 457_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);