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