3 writes to _cachedLength
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompressStream.cs (3)
480_cachedLength = length; 622_cachedLength = dataLength; // always set 783_cachedLength = value;
4 references to _cachedLength
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompressStream.cs (4)
559(_cachedLength <= 0))) 611if (_cachedLength >= 0) 615if (_cachedLength != dataLength) 776return _cachedLength;