2 writes to ExecutionThreadApartmentState
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
95ExecutionThreadApartmentState = Constants.DefaultExecutionThreadApartmentState; 930runConfiguration.ExecutionThreadApartmentState = apartmentState;
2 references to ExecutionThreadApartmentState
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
550return _runConfiguration.ExecutionThreadApartmentState != PlatformApartmentState.STA;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
536executionThreadApartmentState.InnerXml = ExecutionThreadApartmentState.ToString();