6 references to CharsUsed
mscorlib (6)
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\utf7encoding.cs (1)
652encoder.m_charsUsed = buffer.CharsUsed;