3 writes to curIndex
System.Xml (3)
System\Xml\Base64Decoder.cs (3)
71
curIndex
+= bytesDecoded;
101
curIndex
+= bytesDecoded;
119
this.
curIndex
= index;
6 references to curIndex
System.Xml (6)
System\Xml\Base64Decoder.cs (6)
35
return
curIndex
- startIndex;
41
return
curIndex
== endIndex;
67
fixed ( byte* pBytes = &buffer[
curIndex
] ) {
68
Decode( pChars, pChars + len, pBytes, pBytes + ( endIndex -
curIndex
), out charsDecoded, out bytesDecoded );
97
fixed ( byte* pBytes = &buffer[
curIndex
] ) {
98
Decode( pChars + startPos, pChars + startPos + len, pBytes, pBytes + ( endIndex -
curIndex
), out charsDecoded, out bytesDecoded );