1 write to _requestHandler
testhost (1)
parent\testhost.x86\DefaultEngineInvoker.cs (1)
83_requestHandler = requestHandler;
5 references to _requestHandler
testhost (5)
parent\testhost.x86\DefaultEngineInvoker.cs (5)
93if (_requestHandler is IDeploymentAwareTestRequestHandler deployedHandler) 140_requestHandler.ConnectionInfo = GetConnectionInfo(argsDictionary); 143_requestHandler.InitializeCommunication(); 159StartProcessingAsync(_requestHandler, new TestHostManagerFactory(telemetryOptedIn)).Wait(); 169_requestHandler.Dispose();