1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
231
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
305
_pipeServer
.Dispose();
350
NamedPipeServerStream localPipeServer =
_pipeServer
;
402
int handshakePart =
_pipeServer
.ReadIntForHandshake(
413
_pipeServer
.WriteIntForHandshake(i + 1);
425
_pipeServer
.ReadEndOfHandshakeSignal(false);
428
_pipeServer
.WriteEndOfHandshakeSignal();
489
new BufferedReadStream(
_pipeServer
),
490
_pipeServer
,