3 writes to _curIndex
System.Private.Xml (3)
System\Xml\Base64Decoder.cs (3)
55
_curIndex
+= bytesDecoded;
74
_curIndex
+= bytesDecoded;
94
_curIndex
= index;
6 references to _curIndex
System.Private.Xml (6)
System\Xml\Base64Decoder.cs (6)
28
return
_curIndex
- _startIndex;
36
return
_curIndex
== _endIndex;
53
Decode(chars.AsSpan(startPos, len), _buffer.AsSpan(
_curIndex
, _endIndex -
_curIndex
), out int charsDecoded, out int bytesDecoded);
72
Decode(str.AsSpan(startPos, len), _buffer.AsSpan(
_curIndex
, _endIndex -
_curIndex
), out int charsDecoded, out int bytesDecoded);