1 write to Count
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
165
Count
= count;
3 references to Count
System (3)
net\System\Net\Cache\_CacheStreams.cs (3)
191
if (!m_HeadEOF && count == 0 && userResult.
Count
!= 0) {
195
IAsyncResult ar = WrappedStream.BeginRead(userResult.Buffer, userResult.Offset, userResult.
Count
, m_ReadCallback, userResult);
240
if (bytes == 0 && userResult.
Count
!= 0) {