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