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