1 write to realEncoding
mscorlib (1)
system\text\codepageencoding.cs (1)
122this.realEncoding = (Encoding)info.GetValue("encoding", typeof(Encoding));
1 reference to realEncoding
mscorlib (1)
system\text\codepageencoding.cs (1)
129return this.realEncoding.GetDecoder();