2 writes to m_encoding
mscorlib (2)
system\text\encoding.cs (2)
1654m_encoding = encoding; 1665this.m_encoding = (Encoding)info.GetValue("encoding", typeof(Encoding));
6 references to m_encoding
mscorlib (6)
system\text\encoding.cs (6)
1691Encoder encoder = m_encoding.GetEncoder(); 1713info.AddValue("encoding", this.m_encoding); 1727return m_encoding.GetByteCount(chars, index, count); 1734return m_encoding.GetByteCount(chars, count); 1760return m_encoding.GetBytes(chars, charIndex, charCount, bytes, byteIndex); 1768return m_encoding.GetBytes(chars, charCount, bytes, byteCount);