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)
43
ThreadPool.BindHandle(
_handle
.Handle);
113
bool status = NativePipe.ConnectNamedPipe(
_handle
, null);
193
bool status = NativePipe.ImpersonateNamedPipeClient(
_handle
);
208
status = NativePipe.ReadFile(
_handle
, p + offset, length, ref numBytesRead, IntPtr.Zero);
233
status = NativePipe.ReadFile(
_handle
, p + offset, size, IntPtr.Zero, intOverlapped);
302
status = NativePipe.WriteFile(
_handle
, p + offset, size, ref numBytesWritten, IntPtr.Zero);
319
InternalRemotingServices.RemotingAssert(
_handle
.Handle != IntPtr.Zero, "Handle should be valid");
321
_handle
.Close();