1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
230
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
304
_pipeServer
.Dispose();
349
NamedPipeServerStream localPipeServer =
_pipeServer
;
401
int handshakePart =
_pipeServer
.ReadIntForHandshake(
412
_pipeServer
.WriteIntForHandshake(i + 1);
424
_pipeServer
.ReadEndOfHandshakeSignal(false);
427
_pipeServer
.WriteEndOfHandshakeSignal();
488
new BufferedReadStream(
_pipeServer
),
489
_pipeServer
,