1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
246
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
305
_pipeServer
.Dispose();
350
NamedPipeServerStream localPipeServer =
_pipeServer
;
402
int handshakePart =
_pipeServer
.ReadIntForHandshake(
413
_pipeServer
.WriteIntForHandshake(i + 1);
423
_pipeServer
.ReadEndOfHandshakeSignal(false, ClientConnectTimeout); /* wait a long time for the handshake from this side */
428
_pipeServer
.WriteEndOfHandshakeSignal();
489
new BufferedReadStream(
_pipeServer
),
490
_pipeServer
,