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