3 references to STA
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
550
return _runConfiguration.ExecutionThreadApartmentState != PlatformApartmentState.
STA
;
674
_platformThread.Run(action, PlatformApartmentState.
STA
, waitForCompletion);
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformThread.cs (1)
19
if (apartmentState == PlatformApartmentState.
STA
)