2 writes to _TotalRead
System (2)
net\System\Net\SecureProtocols\_FixedSizeReader.cs (2)
75
_TotalRead
= 0;
122
if ((
_TotalRead
+=bytes) == _Request.Count)
5 references to _TotalRead
System (5)
net\System\Net\SecureProtocols\_FixedSizeReader.cs (5)
85
IAsyncResult ar = _Transport.BeginRead(_Request.Buffer, _Request.Offset+
_TotalRead
, _Request.Count-
_TotalRead
, _ReadCallback, this);
111
if(
_TotalRead
== 0)
120
GlobalLog.Assert(
_TotalRead
+ bytes <= _Request.Count, "FixedSizeReader::CheckCompletion()|State got out of range. Total:{0} Count:{1}",
_TotalRead
+ bytes, _Request.Count);