25 references to GetMethodInfo
Microsoft.DotNet.RemoteExecutor (25)
RemoteExecutor.cs (25)
118return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
128return Invoke(GetMethodInfo(method), new[] { arg }, options);
139return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
151return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
164return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
178return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
186return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
196return Invoke(GetMethodInfo(method), new[] { arg }, options);
207return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
219return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
232return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
246return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
254return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
264return Invoke(GetMethodInfo(method), new[] { arg }, options);
275return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
287return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
300return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
314return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
322return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
332return Invoke(GetMethodInfo(method), new[] { arg }, options);
343return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
355return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
368return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
382return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
392return Invoke(GetMethodInfo(method), new[] { unparsedArg }, options, pasteArguments: false);