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)
46
return _curIndex ==
_endIndex
;
78
Decode(pChars, pChars + len, pBytes, pBytes + (
_endIndex
- _curIndex), out charsDecoded, out bytesDecoded);
113
Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (
_endIndex
- _curIndex), out charsDecoded, out bytesDecoded);