2 writes to m_encoding
mscorlib (2)
system\text\encoding.cs (2)
1654
m_encoding
= encoding;
1665
this.
m_encoding
= (Encoding)info.GetValue("encoding", typeof(Encoding));
6 references to m_encoding
mscorlib (6)
system\text\encoding.cs (6)
1691
Encoder encoder =
m_encoding
.GetEncoder();
1713
info.AddValue("encoding", this.
m_encoding
);
1727
return
m_encoding
.GetByteCount(chars, index, count);
1734
return
m_encoding
.GetByteCount(chars, count);
1760
return
m_encoding
.GetBytes(chars, charIndex, charCount, bytes, byteIndex);
1768
return
m_encoding
.GetBytes(chars, charCount, bytes, byteCount);