1 write to _writer
Microsoft.TestPlatform.CommunicationUtilities (1)
LengthPrefixCommunicationChannel.cs (1)
36_writer = new BinaryWriter(new PlatformStream().CreateBufferedStream(stream, SocketConstants.BufferSize), Encoding.UTF8, true);
4 references to _writer
Microsoft.TestPlatform.CommunicationUtilities (4)
LengthPrefixCommunicationChannel.cs (4)
51_writer.Write(data); 52_writer.Flush(); 55catch (NotSupportedException ex) when (!_writer.BaseStream.CanWrite) 114_writer.Dispose();