1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
264
_pipeServer
= new NamedPipeServerStream(
10 references to _pipeServer
Microsoft.Build (10)
NodeEndpointOutOfProcBase.cs (10)
319
_pipeServer
.Dispose();
364
NamedPipeServerStream localPipeServer =
_pipeServer
;
418
if (!
_pipeServer
.TryReadIntForHandshake(
435
_pipeServer
.WriteIntForHandshake(index + 1);
449
_pipeServer
.TryReadEndOfHandshakeSignal(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */
458
_pipeServer
.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows
459
_pipeServer
.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);
464
_pipeServer
.WriteEndOfHandshakeSignal();
525
new BufferedReadStream(
_pipeServer
),
526
_pipeServer
,