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