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)
214
Debug.Assert(
_arguments
is not null);
215
await handlerBinder(_pageContext,
_arguments
);
254
Debug.Assert(
_arguments
is not null);
255
var arguments = PrepareArguments(
_arguments
, handler);
269
_diagnosticListener.BeforeHandlerMethod(_pageContext, handler,
_arguments
, _instance);
279
_diagnosticListener.AfterHandlerMethod(_pageContext, handler,
_arguments
, _instance, _result);
440
Debug.Assert(
_arguments
is not null);
447
_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler,
_arguments
, _instance);
457
_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler,
_arguments
, _instance);