3 references to Fastest
System (1)
sys\System\IO\compression\DeflaterZLib.cs (1)
74
case CompressionLevel.
Fastest
:
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))