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