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)
45
fallbackBufferHelper.InternalInitialize(_chars, _charEnd, _encoder,
_bytes
!= null);
51
if (
_bytes
!= null)
53
if (
_bytes
>= _byteEnd - moreBytesExpected)
107
Debug.Assert(_chars > _charStart || (bThrow && (
_bytes
== _byteStart)),
114
_enc.ThrowBytesOverflow(_encoder,
_bytes
== _byteStart); // Throw? (and reset fallback if not converting)