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