3 references to _timeout
System.Runtime.Remoting (3)
channels\ipc\pipestream.cs (3)
55
if (
_timeout
<= 0)
62
if (
_timeout
>0 && !ar.IsCompleted)
64
ar.AsyncWaitHandle.WaitOne(
_timeout
, false);