10 references to TestPlatformFactory
vstest.console (5)
Processors\ListExtensionsArgumentProcessor.cs (4)
86
_ =
TestPlatformFactory
.GetTestPlatform();
123
_ =
TestPlatformFactory
.GetTestPlatform();
159
_ =
TestPlatformFactory
.GetTestPlatform();
203
_ =
TestPlatformFactory
.GetTestPlatform();
TestPlatformHelpers\TestRequestManager.cs (1)
101
TestPlatformFactory
.GetTestPlatform(),
vstest.console.arm64 (5)
src\vstest\src\vstest.console\Processors\ListExtensionsArgumentProcessor.cs (4)
86
_ =
TestPlatformFactory
.GetTestPlatform();
123
_ =
TestPlatformFactory
.GetTestPlatform();
159
_ =
TestPlatformFactory
.GetTestPlatform();
203
_ =
TestPlatformFactory
.GetTestPlatform();
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
101
TestPlatformFactory
.GetTestPlatform(),