1 write to _packetStream
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
99_packetStream = new MemoryStream();
2 references to _packetStream
MSBuildTaskHost (2)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
100_binaryWriter = new BinaryWriter(_packetStream); 542var packetStream = _packetStream;