5 writes to _sawCR
System.Net.HttpListener (5)
System\Net\Managed\ChunkStream.cs (5)
151_sawCR = false; 167_sawCR = false; 177_sawCR = false; 248_sawCR = true; 322_sawCR = true;
5 references to _sawCR
System.Net.HttpListener (5)
System\Net\Managed\ChunkStream.cs (5)
245if (_sawCR) 252if (_sawCR && c == '\n') 261if (!_sawCR || c != '\n') 317if (!_sawCR) 327if (_sawCR && (char)buffer[offset++] != '\n')