3 writes to _chars
System.Text.Encoding.CodePages (3)
System\Text\EncodingCharBuffer.cs (3)
27_chars = charStart; 60*(_chars++) = ch; 160if (_fallbackBufferHelper.InternalFallback(byteBuffer, _bytes, ref _chars) == false)
10 references to _chars
System.Text.Encoding.CodePages (10)
System\Text\EncodingCharBuffer.cs (10)
50if (_chars != null) 52if (_chars >= _charEnd) 56_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 73if (_chars is null) 80if (_charEnd - _chars < 2) 84_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 157if (_chars != null) 159char* pTemp = _chars; 165_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 168_charCountResult += unchecked((int)(_chars - pTemp));