2 writes to m_singleChar
mscorlib (2)
system\io\binaryreader.cs (2)
102
m_singleChar
= null;
425
m_singleChar
= new char[1];
3 references to m_singleChar
mscorlib (3)
system\io\binaryreader.cs (3)
424
if (
m_singleChar
==null) {
455
charsRead = m_decoder.GetChars(m_charBytes, 0, numBytes,
m_singleChar
, 0);
473
return
m_singleChar
[0];