25 references to GetMethodInfo
Microsoft.DotNet.RemoteExecutor (25)
RemoteExecutor.cs (25)
125return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
135return Invoke(GetMethodInfo(method), new[] { arg }, options);
146return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
158return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
171return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
185return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
193return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
203return Invoke(GetMethodInfo(method), new[] { arg }, options);
214return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
226return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
239return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
253return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
261return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
271return Invoke(GetMethodInfo(method), new[] { arg }, options);
282return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
294return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
307return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
321return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
329return Invoke(GetMethodInfo(method), Array.Empty<string>(), options);
339return Invoke(GetMethodInfo(method), new[] { arg }, options);
350return Invoke(GetMethodInfo(method), new[] { arg1, arg2 }, options);
362return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3 }, options);
375return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4 }, options);
389return Invoke(GetMethodInfo(method), new[] { arg1, arg2, arg3, arg4, arg5 }, options);
399return Invoke(GetMethodInfo(method), new[] { unparsedArg }, options, pasteArguments: false);