1 write to _pipeServer
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
117_pipeServer = new NamedPipeServerStream(
10 references to _pipeServer
MSBuildTaskHost (10)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (10)
182_pipeServer.Dispose(); 237NamedPipeServerStream localPipeServer = _pipeServer; 284if (!_pipeServer.TryReadIntForHandshake( 294_pipeServer.WriteIntForHandshake(index + 1); 305if (_pipeServer.TryReadEndOfHandshakeSignal(false, out _)) 311_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 312_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion); 317_pipeServer.WriteEndOfHandshakeSignal(); 379new BufferedReadStream(_pipeServer), 380_pipeServer,