1 write to RequestSender
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
94RequestSender = requestSender;
15 references to RequestSender
Microsoft.TestPlatform.CrossPlatEngine (15)
Client\ProxyDiscoveryManager.cs (3)
154_proxyOperationManager.RequestSender.DiscoverTests(discoveryCriteria, this); 223_proxyOperationManager.RequestSender.SendDiscoveryAbort(); 323_proxyOperationManager?.RequestSender.InitializeDiscovery(platformExtensions);
Client\ProxyExecutionManager.cs (5)
231_proxyOperationManager.RequestSender.StartTestRun(runRequest, this); 240_proxyOperationManager.RequestSender.StartTestRun(runRequest, this); 297_proxyOperationManager.RequestSender.SendTestRunCancel(); 318_proxyOperationManager.RequestSender.SendTestRunAbort(); 448_proxyOperationManager?.RequestSender.InitializeExecution(platformExtensions);
Client\ProxyOperationManager.cs (7)
208portNumber = RequestSender.InitializeCommunication(); 246RequestSender.InitializeCommunication(); 285|| !RequestSender.WaitForRequestHandlerConnection( 308RequestSender.CheckVersionWithTestHost(); 326RequestSender.EndSession(); 340RequestSender.Close(); 517RequestSender.OnClientProcessExit(BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError));