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