1 write to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
151_testHostManagerFactory = testHostManagerFactory;
16 references to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (16)
EventHandlers\TestRequestHandler.cs (16)
395TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 396_testHostManagerFactory.GetDiscoveryManager().Initialize(pathToAdditionalExtensions, discoveryEventsHandler); 423TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 424_testHostManagerFactory.GetDiscoveryManager() 452TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 453_testHostManagerFactory.GetExecutionManager().Initialize(pathToAdditionalExtensions, testInitializeEventsHandler); 479TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 480_testHostManagerFactory.GetExecutionManager() 514TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 515_testHostManagerFactory.GetExecutionManager() 539TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 540_testHostManagerFactory.GetExecutionManager().Cancel(new TestRunEventsHandler(this)); 554TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 555_testHostManagerFactory.GetDiscoveryManager().Abort(new TestDiscoveryEventHandler(this)); 563TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 564_testHostManagerFactory.GetExecutionManager().Abort(new TestRunEventsHandler(this));