7 references to CRLF
System (7)
net\System\Net\_ConnectStream.cs (4)
657buffers[++index] = new BufferOffsetSize(NclConstants.CRLF, 0, NclConstants.CRLF.Length, false); 986buffers[2] = new BufferOffsetSize(NclConstants.CRLF, 0, NclConstants.CRLF.Length, false);
net\System\Net\_ListenerResponseStream.cs (3)
549m_DataChunks[2].BufferLength = (uint)NclConstants.CRLF.Length; 551objectsToPin[2] = NclConstants.CRLF; 569m_DataChunks[2].pBuffer = (byte*)(Marshal.UnsafeAddrOfPinnedArrayElement(NclConstants.CRLF, 0));