6 references to Invoker
Microsoft.AspNetCore.Mvc.Core (6)
Infrastructure\ResourceInvoker.cs (6)
224
var scope = Scope.
Invoker
;
651
Debug.Assert(scope == Scope.
Invoker
|| scope == Scope.Resource);
860
Debug.Assert(scope == Scope.
Invoker
|| scope == Scope.Resource);
893
Debug.Assert(scope == Scope.
Invoker
);
1054
var scope = Scope.
Invoker
;
1092
var scope = Scope.
Invoker
;