1 write to _endIndex
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (1)
137_endIndex = index + count;
3 references to _endIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (3)
46return _curIndex == _endIndex; 78Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex - _curIndex), out charsDecoded, out bytesDecoded); 113Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex - _curIndex), out charsDecoded, out bytesDecoded);