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