1 instantiation of IdeTestAssemblyRunner
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestFrameworkExecutor.cs (1)
23using (var assemblyRunner = new IdeTestAssemblyRunner(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))
2 references to IdeTestAssemblyRunner
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
184staThread.Name = $"{nameof(IdeTestAssemblyRunner)}";
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestFrameworkExecutor.cs (1)
23using (var assemblyRunner = new IdeTestAssemblyRunner(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))