1 write to _requestHandler
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
83_requestHandler = requestHandler;
5 references to _requestHandler
testhost.x86 (5)
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();