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)
38
return
_curIndex
- _startIndex;
46
return
_curIndex
== _endIndex;
76
fixed (byte* pBytes = &_buffer[
_curIndex
])
78
Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex -
_curIndex
), out charsDecoded, out bytesDecoded);
111
fixed (byte* pBytes = &_buffer[
_curIndex
])
113
Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex -
_curIndex
), out charsDecoded, out bytesDecoded);