1 write to m_SuppressWrite
System (1)
net\System\Net\_ConnectStream.cs (1)
298m_SuppressWrite = value;
2 references to m_SuppressWrite
System (2)
net\System\Net\_ConnectStream.cs (2)
945if (size == 0 || BufferOnly || m_SuppressWrite || IgnoreSocketErrors) 950if(m_SuppressWrite && m_BytesLeftToWrite > 0 && size > 0)