20 references to Invoke
Microsoft.DotNet.RemoteExecutor (20)
RemoteExecutor.cs (20)
118return Invoke(GetMethodInfo(method), Array.Empty<string>(), options); 131return Invoke(GetMethodInfo(method), new[] { arg }, options); 144return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options); 157return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options); 170return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options); 178return Invoke(GetMethodInfo(method), Array.Empty<string>(), options); 188return Invoke(GetMethodInfo(method), new[] { arg }, options); 199return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options); 211return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options); 223return Invoke(GetMethodInfo(method), Array.Empty<string>(), options); 237return Invoke(GetMethodInfo(method), new[] { arg }, options); 252return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options); 268return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options); 276return Invoke(GetMethodInfo(method), Array.Empty<string>(), options); 286return Invoke(GetMethodInfo(method), new[] { arg }, options); 297return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options); 309return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options); 322return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options); 336return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options); 346return Invoke(GetMethodInfo(method), new[] { unparsedArg }, options, pasteArguments: false);