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