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)
402TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 403_testHostManagerFactory.GetDiscoveryManager().Initialize(pathToAdditionalExtensions, discoveryEventsHandler); 430TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 431_testHostManagerFactory.GetDiscoveryManager() 459TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 460_testHostManagerFactory.GetExecutionManager().Initialize(pathToAdditionalExtensions, testInitializeEventsHandler); 486TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 487_testHostManagerFactory.GetExecutionManager() 521TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 522_testHostManagerFactory.GetExecutionManager() 546TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 547_testHostManagerFactory.GetExecutionManager().Cancel(new TestRunEventsHandler(this)); 561TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 562_testHostManagerFactory.GetDiscoveryManager().Abort(new TestDiscoveryEventHandler(this)); 570TPDebug.Assert(_testHostManagerFactory is not null, "_testHostManagerFactory is null"); 571_testHostManagerFactory.GetExecutionManager().Abort(new TestRunEventsHandler(this));