1 instantiation of RemoteInvokeHandle
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutor.cs (1)
477return new RemoteInvokeHandle(options.Start ? Process.Start(psi) : new Process() { StartInfo = psi },
62 references to RemoteInvokeHandle
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
610using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Http.Extensions.Tests (4)
JsonOptionsTests.cs (2)
20using var remoteHandle = RemoteExecutor.Invoke(static () => 38using var remoteHandle = RemoteExecutor.Invoke(static () =>
RequestDelegateFactoryTests.cs (2)
3225using var remoteHandle = RemoteExecutor.Invoke(static () => 3245using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Http.Results.Tests (4)
ResultsOfTHelperTests.cs (4)
23using var remoteHandle = RemoteExecutor.Invoke(static () => 40using var remoteHandle = RemoteExecutor.Invoke(static () => 57using var remoteHandle = RemoteExecutor.Invoke(static () => 72using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
ModelBinding\ModelMetadataTest.cs (2)
416using var remoteHandle = RemoteExecutor.Invoke(static () => 433using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
278using var remoteHandle = RemoteExecutor.Invoke(static () =>
JsonOptionsTest.cs (2)
19using var remoteHandle = RemoteExecutor.Invoke(static () => 37using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.SignalR.Tests (1)
NativeAotTests.cs (1)
166using var remoteHandle = RemoteExecutor.Invoke(test, options);
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
644using var remoteHandle = RemoteExecutor.Invoke(static () => 669using var remoteHandle = RemoteExecutor.Invoke(static () => 1020using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.DotNet.RemoteExecutor (26)
RemoteExecutor.cs (26)
123public static RemoteInvokeHandle Invoke(Action method, RemoteInvokeOptions options = null) 133public static RemoteInvokeHandle Invoke(Action<string> method, string arg, RemoteInvokeOptions options = null) 143public static RemoteInvokeHandle Invoke(Action<string, string> method, string arg1, string arg2, 155public static RemoteInvokeHandle Invoke(Action<string, string, string> method, string arg1, string arg2, 168public static RemoteInvokeHandle Invoke(Action<string, string, string, string> method, string arg1, 182public static RemoteInvokeHandle Invoke(Action<string, string, string, string, string> method, string arg1, 191public static RemoteInvokeHandle Invoke(Func<Task<int>> method, RemoteInvokeOptions options = null) 200public static RemoteInvokeHandle Invoke(Func<string, Task<int>> method, string arg, 211public static RemoteInvokeHandle Invoke(Func<string, string, Task<int>> method, string arg1, string arg2, 223public static RemoteInvokeHandle Invoke(Func<string, string, string, Task<int>> method, string arg1, 236public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task<int>> method, string arg1, 250public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task<int>> method, string arg1, 259public static RemoteInvokeHandle Invoke(Func<Task> method, RemoteInvokeOptions options = null) 268public static RemoteInvokeHandle Invoke(Func<string, Task> method, string arg, 279public static RemoteInvokeHandle Invoke(Func<string, string, Task> method, string arg1, string arg2, 291public static RemoteInvokeHandle Invoke(Func<string, string, string, Task> method, string arg1, 304public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task> method, string arg1, 318public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task> method, string arg1, 327public static RemoteInvokeHandle Invoke(Func<int> method, RemoteInvokeOptions options = null) 336public static RemoteInvokeHandle Invoke(Func<string, int> method, string arg, 347public static RemoteInvokeHandle Invoke(Func<string, string, int> method, string arg1, string arg2, 359public static RemoteInvokeHandle Invoke(Func<string, string, string, int> method, string arg1, 372public static RemoteInvokeHandle Invoke(Func<string, string, string, string, int> method, string arg1, 386public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, int> method, 396public static RemoteInvokeHandle InvokeRaw(Delegate method, string unparsedArg, 407private static RemoteInvokeHandle Invoke(MethodInfo method, string[] args,
Microsoft.DotNet.RemoteExecutor.Tests (3)
RemoteExecutorTests.cs (3)
16RemoteInvokeHandle h = RemoteExecutor.Invoke(() => { }, new RemoteInvokeOptions { RollForward = "Major" }); 38RemoteInvokeHandle h = RemoteExecutor.Invoke(async () => 152RemoteInvokeHandle h = RemoteExecutor.Invoke(
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\WindowsFormsApplicationBaseTests.vb (1)
110Using handle As RemoteInvokeHandle = RemoteExecutor.Invoke(test)
System.Windows.Forms.Tests (14)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
272using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() =>
System\Windows\Forms\Application.ParkingWindowTests.cs (1)
14using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() =>
System\Windows\Forms\ListViewGroupTests.cs (7)
206using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 347using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 486using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 600using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 861using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 1122using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 1265using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() =>
System\Windows\Forms\ListViewTests.cs (2)
1898using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 4562using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke((key_s, expectedGroupIndex_s) =>
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
189using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() =>
System\Windows\Forms\TaskDialogTests.cs (2)
14using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() => 38using RemoteInvokeHandle invokerHandle = RemoteExecutor.Invoke(() =>