5 writes to lastByte
System.Xml (5)
System\Xml\XmlEncoding.cs (5)
19
this.
lastByte
= -1;
48
lastByte
= -1;
52
lastByte
= bytes[byteIndex + --byteCount];
97
lastByte
= -1;
133
lastByte
= bytes[byteIndex + byteCount - 1];
7 references to lastByte
System.Xml (7)
System\Xml\XmlEncoding.cs (7)
28
int byteCount = count + ( (
lastByte
>= 0 ) ? 1 : 0 );
38
if (
lastByte
>= 0 ) {
46
? (char)(
lastByte
<< 8 | nextByte )
47
: (char)( nextByte << 8 |
lastByte
);
83
if (
lastByte
>= 0 ) {
93
? (char)(
lastByte
<< 8 | nextByte )
94
: (char)( nextByte << 8 |
lastByte
);