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();
237
NamedPipeServerStream localPipeServer =
_pipeServer
;
284
if (!
_pipeServer
.TryReadIntForHandshake(
294
_pipeServer
.WriteIntForHandshake(index + 1);
305
if (
_pipeServer
.TryReadEndOfHandshakeSignal(false, out _))
311
_pipeServer
.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows
312
_pipeServer
.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);
317
_pipeServer
.WriteEndOfHandshakeSignal();
379
new BufferedReadStream(
_pipeServer
),
380
_pipeServer
,