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