4 writes to m_encoding
mscorlib (4)
system\text\encodernls.cs (2)
64
this.
m_encoding
= encoding;
72
this.
m_encoding
= null;
system\text\utf7encoding.cs (1)
986
this.
m_encoding
= (Encoding)info.GetValue("encoding", typeof(Encoding));
system\text\utf8encoding.cs (1)
2440
this.
m_encoding
= (Encoding)info.GetValue("encoding", typeof(Encoding));
8 references to m_encoding
mscorlib (8)
system\text\encodernls.cs (6)
54
info.AddValue("encoding", this.
m_encoding
);
65
this.m_fallback = this.
m_encoding
.EncoderFallback;
128
return
m_encoding
.GetByteCount(chars, count, this);
184
return
m_encoding
.GetBytes(chars, charCount, bytes, byteCount, this);
256
bytesUsed = this.
m_encoding
.GetBytes(chars, charCount, bytes, byteCount, this);
270
return
m_encoding
;
system\text\utf7encoding.cs (1)
999
info.AddValue("encoding", this.
m_encoding
);
system\text\utf8encoding.cs (1)
2466
info.AddValue("encoding", this.
m_encoding
);