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)
188_proxyOperationManager.RequestSender.DiscoverTests(discoveryCriteria, this); 257_proxyOperationManager.RequestSender.SendDiscoveryAbort(); 372_proxyOperationManager?.RequestSender.InitializeDiscovery(platformExtensions);
Client\ProxyExecutionManager.cs (5)
278_proxyOperationManager.RequestSender.StartTestRun(runRequest, this); 287_proxyOperationManager.RequestSender.StartTestRun(runRequest, this); 344_proxyOperationManager.RequestSender.SendTestRunCancel(); 365_proxyOperationManager.RequestSender.SendTestRunAbort(); 510_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));