4 writes to _ResponseStreamLength
System (4)
net\System\Net\Cache\_RequestCacheProtocol.cs (4)
92
_ResponseStreamLength
= 0L;
351
_ResponseStreamLength
= _Validator.CacheStreamLength;
493
_ResponseStreamLength
= _Validator.CacheStreamLength;
518
_ResponseStreamLength
= _Validator.CacheStreamLength;
1 reference to _ResponseStreamLength
System (1)
net\System\Net\Cache\_RequestCacheProtocol.cs (1)
58
internal long ResponseStreamLength {get {return
_ResponseStreamLength
;}}