3 writes to _curIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (3)
81_curIndex += bytesDecoded; 116_curIndex += bytesDecoded; 136_curIndex = index;
6 references to _curIndex
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (6)
38return _curIndex - _startIndex; 46return _curIndex == _endIndex; 76fixed (byte* pBytes = &_buffer[_curIndex]) 78Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex - _curIndex), out charsDecoded, out bytesDecoded); 111fixed (byte* pBytes = &_buffer[_curIndex]) 113Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex - _curIndex), out charsDecoded, out bytesDecoded);