1 write to _nodeStream
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
205
_nodeStream
= new NamedPipeClientStream(
3 references to _nodeStream
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
215
_packetPump = new MSBuildClientPacketPump(
_nodeStream
);
507
WritePacket(
_nodeStream
, packet);
781
_nodeStream
, _pipeName, _handshake, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds), out result);