1 write to _pipeServer
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
249_pipeServer = new NamedPipeServerStream(
10 references to _pipeServer
MSBuild (10)
NodeEndpointOutOfProcBase.cs (10)
319_pipeServer.Dispose(); 364NamedPipeServerStream localPipeServer = _pipeServer; 418if (!_pipeServer.TryReadIntForHandshake( 435_pipeServer.WriteIntForHandshake(index + 1); 451_pipeServer.TryReadEndOfHandshakeSignal(false, out HandshakeResult _)) 458_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 459_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion); 464_pipeServer.WriteEndOfHandshakeSignal(); 525new BufferedReadStream(_pipeServer), 526_pipeServer,