1 write to _Crc32Table
WindowsBase (1)
Base\MS\Internal\IO\Zip\Crc32.cs (1)
101
_Crc32Table
= new UInt32[256];
4 references to _Crc32Table
WindowsBase (4)
Base\MS\Internal\IO\Zip\Crc32.cs (4)
42
if (
_Crc32Table
== null)
81
_Crc32Table
[((_residue ^ buffer[i]) & 0x000000FF)];
103
for(uint tablePosition=0; tablePosition <
_Crc32Table
.Length; tablePosition++)
112
SetBit(bitPosition, ref (
_Crc32Table
[tablePosition]), bitValue);