1 write to _handle
System.Runtime.Remoting (1)
channels\ipc\ipcport.cs (1)
39_handle = handle;
8 references to _handle
System.Runtime.Remoting (8)
channels\ipc\ipcport.cs (8)
43ThreadPool.BindHandle(_handle.Handle); 113bool status = NativePipe.ConnectNamedPipe(_handle, null); 193bool status = NativePipe.ImpersonateNamedPipeClient(_handle); 208status = NativePipe.ReadFile(_handle, p + offset, length, ref numBytesRead, IntPtr.Zero); 233status = NativePipe.ReadFile(_handle, p + offset, size, IntPtr.Zero, intOverlapped); 302status = NativePipe.WriteFile(_handle, p + offset, size, ref numBytesWritten, IntPtr.Zero); 319InternalRemotingServices.RemotingAssert(_handle.Handle != IntPtr.Zero, "Handle should be valid"); 321_handle.Close();