1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
229
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
303
_pipeServer
.Dispose();
348
NamedPipeServerStream localPipeServer =
_pipeServer
;
400
int handshakePart =
_pipeServer
.ReadIntForHandshake(
411
_pipeServer
.WriteIntForHandshake(i + 1);
423
_pipeServer
.ReadEndOfHandshakeSignal(false);
426
_pipeServer
.WriteEndOfHandshakeSignal();
487
new BufferedReadStream(
_pipeServer
),
488
_pipeServer
,