2 writes to _bytes
System.Text.Encoding.CodePages (2)
System\Text\EncodingByteBuffer.cs (2)
31_bytes = inByteStart; 60*(_bytes++) = b;
5 references to _bytes
System.Text.Encoding.CodePages (5)
System\Text\EncodingByteBuffer.cs (5)
45fallbackBufferHelper.InternalInitialize(_chars, _charEnd, _encoder, _bytes != null); 51if (_bytes != null) 53if (_bytes >= _byteEnd - moreBytesExpected) 107Debug.Assert(_chars > _charStart || (bThrow && (_bytes == _byteStart)), 114_enc.ThrowBytesOverflow(_encoder, _bytes == _byteStart); // Throw? (and reset fallback if not converting)