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();
322
if (
_port
!= null){
323
connected =
_port
.WaitForConnect();
338
IpcServerHandler serverHandler = new IpcServerHandler(
_port
, CoreChannel.RequestQueue, new PipeStream(
_port
));
343
connected =
_port
.WaitForConnect();