9 references to BlockType
System.IO.Compression (9)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (9)
52private BlockType _blockType; 195_blockType = (BlockType)_input.GetBits(2); 196if (_blockType == BlockType.Dynamic) 200else if (_blockType == BlockType.Static) 206else if (_blockType == BlockType.Uncompressed) 216if (_blockType == BlockType.Dynamic) 228else if (_blockType == BlockType.Static) 232else if (_blockType == BlockType.Uncompressed) 423if (_blockType == BlockType.Dynamic)