6 references to WAIT_TIMEOUT
System (6)
compmod\microsoft\win32\SystemEvents.cs (1)
1573if (ret == NativeMethods.WAIT_TIMEOUT) {
compmod\system\codedom\compiler\Executor.cs (1)
301throw new ExternalException(SR.GetString(SR.ExecTimeout, cmd), NativeMethods.WAIT_TIMEOUT);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1244goto case NativeMethods.WAIT_TIMEOUT; 1246case NativeMethods.WAIT_TIMEOUT:
services\monitoring\system\diagnosticts\Process.cs (1)
2503case NativeMethods.WAIT_TIMEOUT:
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
186case NativeMethods.WAIT_TIMEOUT: