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