6 references to ThreadWaitReason
netstandard (1)
netstandard.cs (1)
701[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadWaitReason))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
539[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadWaitReason))]
System.Diagnostics.Process (3)
System\Diagnostics\ProcessManager.Linux.cs (1)
134_threadWaitReason = ThreadWaitReason.Unknown
System\Diagnostics\ProcessThread.cs (1)
130public ThreadWaitReason WaitReason
System\Diagnostics\ThreadInfo.cs (1)
22internal ThreadWaitReason _threadWaitReason;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
481procThread.WaitReason == ThreadWaitReason.UserRequest )