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)
245
if (
_sawCR
)
252
if (
_sawCR
&& c == '\n')
261
if (!
_sawCR
|| c != '\n')
317
if (!
_sawCR
)
327
if (
_sawCR
&& (char)buffer[offset++] != '\n')