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