7 writes to _count
System.Net.HttpListener (7)
System\Net\Managed\ChunkedInputStream.cs (6)
95ares._count = nread; 102ares._count = nread; 108ares._count = 8192; 125ares._count = rb.InitialCount - rb.Count; 137ares._count = rb.InitialCount - rb.Count; 142ares._count = Math.Min(8192, _decoder.ChunkLeft + 6);
System\Net\Managed\HttpRequestStream.Managed.cs (1)
146ares._count = size;
3 references to _count
System.Net.HttpListener (3)
System\Net\Managed\ChunkedInputStream.cs (3)
111base.BeginReadCore(ares._buffer, ares._offset, ares._count, OnRead, rb); 143base.BeginReadCore(ares._buffer!, ares._offset, ares._count, OnRead, rb); 173return ares._count;