1 write to _arguments
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
425_arguments = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
9 references to _arguments
Microsoft.AspNetCore.Mvc.RazorPages (9)
Infrastructure\PageActionInvoker.cs (9)
216Debug.Assert(_arguments is not null); 217await handlerBinder(_pageContext, _arguments); 256Debug.Assert(_arguments is not null); 257var arguments = PrepareArguments(_arguments, handler); 271_diagnosticListener.BeforeHandlerMethod(_pageContext, handler, _arguments, _instance); 281_diagnosticListener.AfterHandlerMethod(_pageContext, handler, _arguments, _instance, _result); 442Debug.Assert(_arguments is not null); 449_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 459_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);