3 writes to _curIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (3)
75_curIndex += bytesDecoded; 111_curIndex += bytesDecoded; 131_curIndex = index;
6 references to _curIndex
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (6)
31return _curIndex - _startIndex; 39return _curIndex == _endIndex; 69fixed (byte* pBytes = &_buffer[_curIndex]) 71Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex - _curIndex), 105fixed (byte* pBytes = &_buffer[_curIndex]) 107Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex - _curIndex),