6 references to Yield
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SpinWait.cs (1)
204
Thread.
Yield
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.Unix.cs (1)
39
internal static void UninterruptibleSleep0() => Thread.
Yield
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.ThreadWaitInfo.Unix.cs (1)
398
Thread.
Yield
();
System\Threading\Thread.NativeAot.cs (1)
381
Yield
();
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
76
if (!Thread.
Yield
())
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
379
Thread.
Yield
();