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)
248
if (
_sawCR
)
255
if (
_sawCR
&& c == '\n')
268
if (!
_sawCR
|| c != '\n')
315
if (!
_sawCR
)
325
if (
_sawCR
&& (char)buffer[offset++] != '\n')