17 writes to m_bytesUsed
mscorlib (17)
system\text\asciiencoding.cs (2)
886decoder.m_bytesUsed = (int)(bytes - byteStart); 948decoder.m_bytesUsed = (int)(bytes - byteStart);
system\text\dbcscodepageencoding.cs (1)
1118decoder.m_bytesUsed = (int)(bytes - byteStart);
system\text\decodernls.cs (1)
265this.m_bytesUsed = 0;
system\text\gb18030encoding.cs (2)
534decoder.m_bytesUsed = buffer.BytesUsed; 793decoder.m_bytesUsed = buffer.BytesUsed;
system\text\isciiencoding.cs (1)
726decoder.m_bytesUsed = buffer.BytesUsed;
system\text\iso2022encoding.cs (3)
1170decoder.m_bytesUsed = buffer.BytesUsed; 1470decoder.m_bytesUsed = buffer.BytesUsed; 1754decoder.m_bytesUsed = buffer.BytesUsed;
system\text\latin1encoding.cs (1)
440decoder.m_bytesUsed = byteCount;
system\text\sbcscodepageencoding.cs (2)
822decoder.m_bytesUsed = (int)(bytes - byteStart); 884decoder.m_bytesUsed = (int)(bytes - byteStart);
system\text\unicodeencoding.cs (1)
1899decoder.m_bytesUsed = (int)(bytes - byteStart);
system\text\utf32encoding.cs (1)
1095decoder.m_bytesUsed = (int)(bytes - byteStart);
system\text\utf7encoding.cs (1)
828decoder.m_bytesUsed = buffer.BytesUsed;
system\text\utf8encoding.cs (1)
2207baseDecoder.m_bytesUsed = (int)(pSrc - bytes);
1 reference to m_bytesUsed
mscorlib (1)
system\text\decodernls.cs (1)
269bytesUsed = this.m_bytesUsed;