2 writes to bytes
mscorlib (2)
system\text\encoding.cs (2)
2126
this.
bytes
= inByteStart;
2157
*(
bytes
++) = b;
5 references to bytes
mscorlib (5)
system\text\encoding.cs (5)
2141
fallbackBuffer.InternalInitialize(chars, charEnd, encoder,
bytes
!= null);
2148
if (
bytes
!= null)
2150
if (
bytes
>= byteEnd - moreBytesExpected)
2212
((bThrow == true) && (
bytes
== byteStart)),
2219
enc.ThrowBytesOverflow(encoder,
bytes
== byteStart); // Throw? (and reset fallback if not converting)