19 references to NotifyHandshake
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
111assemblyRun.NotifyHandshake(instanceId);
dotnet.Tests (18)
CommandTests\Test\TestProgressStateTests.cs (18)
25state.NotifyHandshake(instanceA); 26state.NotifyHandshake(instanceB); 55state.NotifyHandshake("instanceA"); 58state.NotifyHandshake("instanceB"); 79state.NotifyHandshake("instance1"); 99state.NotifyHandshake("id1"); 102state.NotifyHandshake("id2"); 118state.NotifyHandshake("id1"); 120state.NotifyHandshake("id2"); 138state.NotifyHandshake("id1"); 145state.NotifyHandshake("id2"); 194state.NotifyHandshake("run1"); 206state.NotifyHandshake("run2"); 216state.NotifyHandshake("run3"); 233state.NotifyHandshake("run1"); 247state.NotifyHandshake("run2"); 265state.NotifyHandshake("run1"); 279state.NotifyHandshake("run2");