5 writes to _lastByte
System.Private.Xml (5)
System\Xml\XmlEncoding.cs (5)
18
_lastByte
= -1;
53
_lastByte
= -1;
58
_lastByte
= bytes[byteIndex + --byteCount];
113
_lastByte
= -1;
159
_lastByte
= bytes[byteIndex + byteCount - 1];
7 references to _lastByte
System.Private.Xml (7)
System\Xml\XmlEncoding.cs (7)
29
int byteCount = count + ((
_lastByte
>= 0) ? 1 : 0);
41
if (
_lastByte
>= 0)
51
? (char)(
_lastByte
<< 8 | nextByte)
52
: (char)(nextByte << 8 |
_lastByte
);
97
if (
_lastByte
>= 0)
109
? (char)(
_lastByte
<< 8 | nextByte)
110
: (char)(nextByte << 8 |
_lastByte
);