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