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