1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
244
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
303
_pipeServer
.Dispose();
348
NamedPipeServerStream localPipeServer =
_pipeServer
;
400
int handshakePart =
_pipeServer
.ReadIntForHandshake(
411
_pipeServer
.WriteIntForHandshake(i + 1);
421
_pipeServer
.ReadEndOfHandshakeSignal(false, ClientConnectTimeout); /* wait a long time for the handshake from this side */
426
_pipeServer
.WriteEndOfHandshakeSignal();
487
new BufferedReadStream(
_pipeServer
),
488
_pipeServer
,