1 implementation of Run
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformThread.cs (1)
17
public void
Run
(Action? action, PlatformApartmentState apartmentState, bool waitForCompletion)
1 reference to Run
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
674
_platformThread.
Run
(action, PlatformApartmentState.STA, waitForCompletion);