1 instantiation of ThreadApartmentStateNotSupportedException
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformThread.cs (1)
21throw new ThreadApartmentStateNotSupportedException();
5 references to ThreadApartmentStateNotSupportedException
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
676catch (ThreadApartmentStateNotSupportedException ex)
Microsoft.TestPlatform.PlatformAbstractions (4)
Interfaces\System\IThread.cs (1)
16/// <exception cref="ThreadApartmentStateNotSupportedException"> When thread apartment state not supported for platform. </exception>>
Interfaces\System\ThreadApartmentStateNotSupportedException.cs (3)
14/// Initializes a new instance of the <see cref="ThreadApartmentStateNotSupportedException"/> class. 22/// Initializes a new instance of the <see cref="ThreadApartmentStateNotSupportedException"/> class. 32/// Initializes a new instance of the <see cref="ThreadApartmentStateNotSupportedException"/> class.