1 write to _executor
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
48_executor = GetExecutor(methodInfo, targetTypeInfo);
2 references to _executor
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
106Debug.Assert(_executor != null, "Sync execution is not supported."); 107return _executor(target, parameters);