9 references to BlockType
System.IO.Compression (9)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (9)
58private BlockType _blockType; 201_blockType = (BlockType)_input.GetBits(2); 202if (_blockType == BlockType.Dynamic) 206else if (_blockType == BlockType.Static) 212else if (_blockType == BlockType.Uncompressed) 222if (_blockType == BlockType.Dynamic) 234else if (_blockType == BlockType.Static) 238else if (_blockType == BlockType.Uncompressed) 430if (_blockType == BlockType.Dynamic)