1 instantiation of StaTaskScheduler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\StaTaskScheduler.cs (1)
20public static StaTaskScheduler DefaultSta { get; } = new StaTaskScheduler();
6 references to StaTaskScheduler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Threading\StaTaskScheduler.cs (4)
17/// <summary>Gets a <see cref="StaTaskScheduler"/> for the current <see cref="AppDomain"/>.</summary> 20public static StaTaskScheduler DefaultSta { get; } = new StaTaskScheduler(); 61/// <summary>Initializes a new instance of the <see cref="StaTaskScheduler"/> class.</summary> 89StaThread.Name = $"{nameof(StaTaskScheduler)} thread";
Threading\WpfTestRunner.cs (2)
56var sta = StaTaskScheduler.DefaultSta;