1 write to _testHostExtensionManager
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
31_testHostExtensionManager = TestRuntimeExtensionManager.Create(sessionLogger);
4 references to _testHostExtensionManager
Microsoft.VisualStudio.TestPlatform.Common (4)
Hosting\TestRunTimeProviderManager.cs (4)
42var host = _testHostExtensionManager.TryGetTestExtension(hostUri); 53foreach (var testExtension in _testHostExtensionManager.TestExtensions) 74foreach (var testExtension in _testHostExtensionManager.TestExtensions) 91foreach (var testExtension in _testHostExtensionManager.TestExtensions)