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();
55
catch (NotSupportedException ex) when (!
_writer
.BaseStream.CanWrite)
114
_writer
.Dispose();