1 write to _pipeServer
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
261
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
MSBuild (8)
NodeEndpointOutOfProcBase.cs (8)
320
_pipeServer
.Dispose();
365
NamedPipeServerStream localPipeServer =
_pipeServer
;
419
if (!
_pipeServer
.TryReadIntForHandshake(
436
_pipeServer
.WriteIntForHandshake(index + 1);
450
_pipeServer
.TryReadEndOfHandshakeSignal(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */
456
_pipeServer
.WriteEndOfHandshakeSignal();
518
new BufferedReadStream(
_pipeServer
),
519
_pipeServer
,