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
);
542
var packetStream =
_packetStream
;