2 references to TestDiscovery
PrepareTests (2)
Program.cs (1)
48var success = TestDiscovery.RunDiscovery(source, dotnetPath, isUnix);
TestDiscovery.cs (1)
60var dir = Path.GetDirectoryName(typeof(TestDiscovery).Assembly.Location);