6 references to Invoker
Microsoft.AspNetCore.Mvc.Core (6)
Infrastructure\ResourceInvoker.cs (6)
220
var scope = Scope.
Invoker
;
647
Debug.Assert(scope == Scope.
Invoker
|| scope == Scope.Resource);
856
Debug.Assert(scope == Scope.
Invoker
|| scope == Scope.Resource);
889
Debug.Assert(scope == Scope.
Invoker
);
1050
var scope = Scope.
Invoker
;
1088
var scope = Scope.
Invoker
;