2 writes to m_encoding
mscorlib (2)
system\text\encoding.cs (2)
1781m_encoding = encoding; 1793this.m_encoding = (Encoding)info.GetValue("encoding", typeof(Encoding));
6 references to m_encoding
mscorlib (6)
system\text\encoding.cs (6)
1819Decoder decoder = m_encoding.GetDecoder(); 1836info.AddValue("encoding", this.m_encoding); 1854return m_encoding.GetCharCount(bytes, index, count); 1862return m_encoding.GetCharCount(bytes, count); 1891return m_encoding.GetChars(bytes, byteIndex, byteCount, chars, charIndex); 1900return m_encoding.GetChars(bytes, byteCount, chars, charCount);