3 writes to _chars
System.Text.Encoding.CodePages (3)
System\Text\EncodingCharBuffer.cs (3)
27_chars = charStart; 60*(_chars++) = ch; 155if (_fallbackBufferHelper.InternalFallback(byteBuffer, _bytes, ref _chars) == false)
9 references to _chars
System.Text.Encoding.CodePages (9)
System\Text\EncodingCharBuffer.cs (9)
50if (_chars != null) 52if (_chars >= _charEnd) 56_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 75if (_charEnd - _chars < 2) 79_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 152if (_chars != null) 154char* pTemp = _chars; 160_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 163_charCountResult += unchecked((int)(_chars - pTemp));