1 write to m_codePage
mscorlib (1)
system\text\mlangcodepageencoding.cs (1)
54this.m_codePage = (int)info.GetValue("m_codePage", typeof(int));
1 reference to m_codePage
mscorlib (1)
system\text\mlangcodepageencoding.cs (1)
84this.realEncoding = Encoding.GetEncoding(this.m_codePage);