2 writes to m_encoding
mscorlib (2)
system\text\encoding.cs (2)
1781
m_encoding
= encoding;
1793
this.
m_encoding
= (Encoding)info.GetValue("encoding", typeof(Encoding));
6 references to m_encoding
mscorlib (6)
system\text\encoding.cs (6)
1819
Decoder decoder =
m_encoding
.GetDecoder();
1836
info.AddValue("encoding", this.
m_encoding
);
1854
return
m_encoding
.GetCharCount(bytes, index, count);
1862
return
m_encoding
.GetCharCount(bytes, count);
1891
return
m_encoding
.GetChars(bytes, byteIndex, byteCount, chars, charIndex);
1900
return
m_encoding
.GetChars(bytes, byteCount, chars, charCount);