1 write to count
System (1)
sys\System\IO\compression\DeflateStreamAsyncResult.cs (1)
29this.count = count;
1 reference to count
System (1)
sys\System\IO\compression\DeflateStream.cs (1)
446bytesRead = inflater.Inflate(outerResult.buffer, outerResult.offset, outerResult.count);