2 writes to _curIndex
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
94
_curIndex
= index - 1;
101
_curIndex
++;
15 references to _curIndex
System.Private.Xml (15)
System\Xml\Xsl\XPath\XPathScanner.cs (15)
88
public int LexSize { get { return
_curIndex
- _lexStart; } }
100
Debug.Assert(-1 <=
_curIndex
&&
_curIndex
< _xpathExpr.Length);
102
if (
_curIndex
< _xpathExpr.Length)
104
_curChar = _xpathExpr[
_curIndex
];
108
Debug.Assert(
_curIndex
== _xpathExpr.Length);
143
return _xpathExpr.Substring(_lexStart,
_curIndex
- _lexStart);
197
_prevLexEnd =
_curIndex
;
200
_lexStart =
_curIndex
;
343
int saveSourceIndex =
_curIndex
;
370
saveSourceIndex =
_curIndex
;
515
int startIdx =
_curIndex
+ 1;
531
int start =
_curIndex
;
543
return _xpathExpr.Substring(start,
_curIndex
- start);
592
return new XPathCompileException(_xpathExpr, _lexStart,
_curIndex
, resId, args);