4 writes to m_charBytes
mscorlib (4)
system\io\binaryreader.cs (4)
101
m_charBytes
= null;
267
m_charBytes
= new byte[MaxCharBytesSize];
334
m_charBytes
= new byte[MaxCharBytesSize];
422
m_charBytes
= new byte[MaxCharBytesSize]; //
10 references to m_charBytes
mscorlib (10)
system\io\binaryreader.cs (10)
266
if (
m_charBytes
==null) {
279
n = m_stream.Read(
m_charBytes
, 0, readLength);
284
charsRead = m_decoder.GetChars(
m_charBytes
, 0, n, m_charBuffer, 0);
333
if (
m_charBytes
==null) {
368
numBytes = m_stream.Read(
m_charBytes
, 0, numBytes);
369
byteBuffer =
m_charBytes
;
421
if (
m_charBytes
==null) {
436
m_charBytes
[0] = (byte) r;
441
m_charBytes
[1] = (byte) r;
455
charsRead = m_decoder.GetChars(
m_charBytes
, 0, numBytes, m_singleChar, 0);