6 references to Scope
Microsoft.AspNetCore.Mvc.RazorPages (6)
Infrastructure\PageActionInvoker.cs (6)
77
var
scope =
Scope
.Invoker;
299
private Task Next(ref State next, ref
Scope
scope, ref object? state, ref bool isCompleted)
618
if (scope ==
Scope
.Page)
655
var
scope =
Scope
.Page;