1 write to _Bytes
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
307
_Bytes
= bytes;
7 references to _Bytes
System (7)
net\System\Net\Cache\_SingleItemRequestCache.cs (7)
317
public override long Length {get {return
_Bytes
.Length;}}
321
if (value < 0 || value > (long)
_Bytes
.Length)
370
if (_Offset ==
_Bytes
.Length) return 0;
373
count = Math.Min(count,
_Bytes
.Length - chkOffset);
374
System.Buffer.BlockCopy(
_Bytes
, chkOffset, buffer, offset, count);
402
case SeekOrigin.End: return Position =
_Bytes
.Length-offset;
434
return
_Bytes
;