2 references to WaitNamedPipe
System.Core (2)
System\IO\Pipes\Pipe.cs (2)
1188if (!UnsafeNativeMethods.WaitNamedPipe(m_normalizedPipePath, timeout - elapsed)) { 1305if (!UnsafeNativeMethods.WaitNamedPipe(m_normalizedPipePath, waitTime)) {