3 writes to curIndex
System.Xml (3)
System\Xml\BinHexDecoder.cs (3)
66curIndex += bytesDecoded; 97curIndex += bytesDecoded; 115this.curIndex = index;
6 references to curIndex
System.Xml (6)
System\Xml\BinHexDecoder.cs (6)
29return curIndex - startIndex; 35return curIndex == endIndex; 61fixed ( byte* pBytes = &buffer[curIndex] ) { 62Decode( pChars, pChars + len, pBytes, pBytes + ( endIndex - curIndex ), 92fixed ( byte* pBytes = &buffer[curIndex] ) { 93Decode( pChars + startPos, pChars + startPos + len, pBytes, pBytes + ( endIndex - curIndex ),