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)
90var data = _reader.ReadString(); 94catch (ObjectDisposedException ex) when (!_reader.BaseStream.CanRead) 113_reader.Dispose();