1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
246
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
320
_pipeServer
.Dispose();
365
NamedPipeServerStream localPipeServer =
_pipeServer
;
419
int handshakePart =
_pipeServer
.ReadIntForHandshake(
434
_pipeServer
.WriteIntForHandshake(index + 1);
448
_pipeServer
.ReadEndOfHandshakeSignal(false);
451
_pipeServer
.WriteEndOfHandshakeSignal();
512
new BufferedReadStream(
_pipeServer
),
513
_pipeServer
,