26 references to GetExecutorForMethod
Microsoft.AspNetCore.Shared.Tests (26)
ObjectMethodExecutorTest.cs (26)
24
var executor =
GetExecutorForMethod
("ValueMethod");
35
var executor =
GetExecutorForMethod
("VoidValueMethod");
46
var executor =
GetExecutorForMethod
("ValueMethodWithReturnType");
58
var executor =
GetExecutorForMethod
("ValueMethodUpdateValue");
71
var executor =
GetExecutorForMethod
("ValueMethodWithReturnTypeThrowsException");
83
var executor =
GetExecutorForMethod
("ValueMethodAsync");
94
var executor =
GetExecutorForMethod
("ValueMethodWithReturnTypeAsync");
106
var executor =
GetExecutorForMethod
("ValueMethodUpdateValueAsync");
119
var executor =
GetExecutorForMethod
("ValueMethodWithReturnTypeThrowsExceptionAsync");
136
var executor =
GetExecutorForMethod
(method);
158
var executor =
GetExecutorForMethod
("MethodWithMultipleParameters");
166
var executor =
GetExecutorForMethod
("CustomAwaitableOfReferenceTypeAsync");
182
var executor =
GetExecutorForMethod
("CustomAwaitableOfValueTypeAsync");
197
var executor =
GetExecutorForMethod
("CustomAwaitableOfReferenceTypeAsync");
214
var executor =
GetExecutorForMethod
("CustomAwaitableOfValueTypeAsync");
236
var executor =
GetExecutorForMethod
(method);
251
var executor =
GetExecutorForMethod
("CustomAwaitableWithICriticalNotifyCompletion");
266
var executor =
GetExecutorForMethod
("CustomAwaitableWithoutICriticalNotifyCompletion");
281
var executor =
GetExecutorForMethod
("ValueTaskOfValueType");
296
var executor =
GetExecutorForMethod
("ValueTaskOfReferenceType");
311
var executor =
GetExecutorForMethod
("ValueTaskOfValueType");
327
var executor =
GetExecutorForMethod
("ValueTaskOfReferenceType");
342
var executor =
GetExecutorForMethod
("FSharpAsyncMethod");
360
var executor =
GetExecutorForMethod
("FSharpAsyncFailureMethod");
381
var executor =
GetExecutorForMethod
("FSharpAsyncMethod");
396
var executor =
GetExecutorForMethod
("FSharpAsyncFailureMethod");