3 references to Thread
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
EndToEndTests.cs (1)
40
var thread = new System.Threading.
Thread
(() =>
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
263
Thread gateThread = new
Thread
(GateThreadStart, SmallStackSizeBytes)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
186
Thread waitThread = new
Thread
(WaitThreadStart, SmallStackSizeBytes)