2 writes to realEncoding
mscorlib (2)
system\text\codepageencoding.cs (2)
82this.realEncoding = Encoding.GetEncoding(this.m_codePage); 88this.realEncoding = (Encoding)this.realEncoding.Clone();
4 references to realEncoding
mscorlib (4)
system\text\codepageencoding.cs (4)
88this.realEncoding = (Encoding)this.realEncoding.Clone(); 89this.realEncoding.EncoderFallback = this.encoderFallback; 90this.realEncoding.DecoderFallback = this.decoderFallback; 93return this.realEncoding;