1 write to _endIndex
System.Private.Xml (1)
System\Xml\Base64Decoder.cs (1)
95_endIndex = index + count;
3 references to _endIndex
System.Private.Xml (3)
System\Xml\Base64Decoder.cs (3)
36return _curIndex == _endIndex; 53Decode(chars.AsSpan(startPos, len), _buffer.AsSpan(_curIndex, _endIndex - _curIndex), out int charsDecoded, out int bytesDecoded); 72Decode(str.AsSpan(startPos, len), _buffer.AsSpan(_curIndex, _endIndex - _curIndex), out int charsDecoded, out int bytesDecoded);