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