3 writes to _curIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (3)
75
_curIndex
+= bytesDecoded;
111
_curIndex
+= bytesDecoded;
131
_curIndex
= index;
6 references to _curIndex
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (6)
31
return
_curIndex
- _startIndex;
39
return
_curIndex
== _endIndex;
69
fixed (byte* pBytes = &_buffer[
_curIndex
])
71
Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex -
_curIndex
),
105
fixed (byte* pBytes = &_buffer[
_curIndex
])
107
Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex -
_curIndex
),