5 writes to _sawCR
System.Net.HttpListener (5)
System\Net\Managed\ChunkStream.cs (5)
152_sawCR = false; 169_sawCR = false; 179_sawCR = false; 251_sawCR = true; 320_sawCR = true;
5 references to _sawCR
System.Net.HttpListener (5)
System\Net\Managed\ChunkStream.cs (5)
248if (_sawCR) 255if (_sawCR && c == '\n') 268if (!_sawCR || c != '\n') 315if (!_sawCR) 325if (_sawCR && (char)buffer[offset++] != '\n')