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