1 write to iExtraBytes
mscorlib (1)
system\text\gb18030encoding.cs (1)
166this.iExtraBytes = (GBLast4ByteCode + 1) * 2 + 0x10000 / 8;
4 references to iExtraBytes
mscorlib (4)
system\text\dbcscodepageencoding.cs (2)
129byte *pMemorySection = GetSharedMemory(65536 * 2 * 2 + 4 + this.iExtraBytes); 133mapCodePageCached = (int*)(pMemorySection + 65536 * 2 * 2 + this.iExtraBytes);
system\text\sbcscodepageencoding.cs (2)
91byte *pMemorySection = GetSharedMemory(65536*1 + 256*2 + 4 + iExtraBytes); 95mapCodePageCached = (int*)(pMemorySection + 256 * 2 + 65536 * 1 + iExtraBytes);