1 write to iExtraBytes
System.Text.Encoding.CodePages (1)
System\Text\GB18030Encoding.cs (1)
127
iExtraBytes
= (GBLast4ByteCode + 1) * 2 + 0x10000 / 8;
2 references to iExtraBytes
System.Text.Encoding.CodePages (2)
System\Text\DBCSCodePageEncoding.cs (1)
121
int sizeToAllocate = 65536 * 2 * 2 + 4 +
iExtraBytes
;
System\Text\SBCSCodePageEncoding.cs (1)
84
int bytesToAllocate = UnicodeToBytesMappingSize + BytesToUnicodeMappingSize + CodePageNumberSize +
iExtraBytes
;