17 writes to m_charsUsed
mscorlib (17)
system\text\asciiencoding.cs (2)
648encoder.m_charsUsed = (int)(chars-charStart); 744encoder.m_charsUsed = (int)(chars - charStart);
system\text\dbcscodepageencoding.cs (1)
770encoder.m_charsUsed = (int)(chars - charStart);
system\text\encodernls.cs (1)
253this.m_charsUsed = 0;
system\text\gb18030encoding.cs (1)
410encoder.m_charsUsed = buffer.CharsUsed;
system\text\isciiencoding.cs (1)
340encoder.m_charsUsed = buffer.CharsUsed;
system\text\iso2022encoding.cs (3)
624encoder.m_charsUsed = buffer.CharsUsed; 784encoder.m_charsUsed = buffer.CharsUsed; 933encoder.m_charsUsed = buffer.CharsUsed;
system\text\latin1encoding.cs (2)
268encoder.m_charsUsed = (int)(chars-charStart); 385encoder.m_charsUsed = (int)(chars - charStart);
system\text\sbcscodepageencoding.cs (2)
530encoder.m_charsUsed = (int)(chars-charStart); 645encoder.m_charsUsed = (int)(chars - charStart);
system\text\unicodeencoding.cs (1)
1133encoder.m_charsUsed = (int)(chars - charStart);
system\text\utf32encoding.cs (1)
750encoder.m_charsUsed = (int)(chars-charStart);
system\text\utf7encoding.cs (1)
652encoder.m_charsUsed = buffer.CharsUsed;
system\text\utf8encoding.cs (1)
1266encoder.m_charsUsed = (int)(pSrc - chars);
1 reference to m_charsUsed
mscorlib (1)
system\text\encodernls.cs (1)
257charsUsed = this.m_charsUsed;