3 references to GZipStream
System (1)
sys\System\IO\compression\GZipStream.cs (1)
34
:
this
(stream, compressionLevel, false) {
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\GZipObjectSerializer.cs (2)
31
using (GZipStream gzip = new
GZipStream
(stream, CompressionLevel.Fastest, true))
39
using (GZipStream gzip = new
GZipStream
(stream, CompressionLevel.Fastest, true))