8 references to MaxCharBytesSize
mscorlib (8)
system\io\binaryreader.cs (8)
63
m_maxCharsSize = encoding.GetMaxCharCount(
MaxCharBytesSize
);
267
m_charBytes = new byte[
MaxCharBytesSize
];
277
readLength = ((stringLength - currPos)>
MaxCharBytesSize
)?
MaxCharBytesSize
:(stringLength - currPos);
334
m_charBytes = new byte[
MaxCharBytesSize
];
352
if (numBytes >
MaxCharBytesSize
)
353
numBytes =
MaxCharBytesSize
;
422
m_charBytes = new byte[
MaxCharBytesSize
]; //