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