2 writes to _port
System.Runtime.Remoting (2)
channels\ipc\ipcserverchannel.cs (2)
312_port = IpcPort.Create(_portName, descriptor, _bExclusiveAddressUse); 342_port = port;
6 references to _port
System.Runtime.Remoting (6)
channels\ipc\ipcserverchannel.cs (6)
282_port.Dispose(); 322if (_port != null){ 323connected = _port.WaitForConnect(); 338IpcServerHandler serverHandler = new IpcServerHandler(_port, CoreChannel.RequestQueue, new PipeStream(_port)); 343connected = _port.WaitForConnect();