1 write to _reader
Microsoft.TestPlatform.CommunicationUtilities (1)
LengthPrefixCommunicationChannel.cs (1)
33
_reader
= new BinaryReader(stream, Encoding.UTF8, true);
3 references to _reader
Microsoft.TestPlatform.CommunicationUtilities (3)
LengthPrefixCommunicationChannel.cs (3)
90
var data =
_reader
.ReadString();
94
catch (ObjectDisposedException ex) when (!
_reader
.BaseStream.CanRead)
113
_reader
.Dispose();