1 implementation of IThread
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformThread.cs (1)
14public class PlatformThread : IThread
2 references to IThread
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
50private readonly IThread _platformThread; 130IThread platformThread,