2 references to LengthPrefixCommunicationChannel
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
32
: this(stream => new
LengthPrefixCommunicationChannel
(stream))
SocketServer.cs (1)
36
: this(stream => new
LengthPrefixCommunicationChannel
(stream))