1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
246
_pipeServer
= new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
320
_pipeServer
.Dispose();
365
NamedPipeServerStream localPipeServer =
_pipeServer
;
419
if (!
_pipeServer
.TryReadIntForHandshake(
436
_pipeServer
.WriteIntForHandshake(index + 1);
452
_pipeServer
.TryReadEndOfHandshakeSignal(false, out HandshakeResult _))
456
_pipeServer
.WriteEndOfHandshakeSignal();
518
new BufferedReadStream(
_pipeServer
),
519
_pipeServer
,