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