3 references to Fastest
System (1)
sys\System\IO\compression\DeflaterZLib.cs (1)
74case CompressionLevel.Fastest:
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\GZipObjectSerializer.cs (2)
31using (GZipStream gzip = new GZipStream(stream, CompressionLevel.Fastest, true)) 39using (GZipStream gzip = new GZipStream(stream, CompressionLevel.Fastest, true))