2 writes to curIndex
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
95
curIndex
= index - 1;
101
curIndex
++;
15 references to curIndex
System.Data.SqlXml (15)
System\Xml\Xsl\XPath\XPathScanner.cs (15)
90
public int LexSize { get { return
curIndex
- lexStart; } }
100
Debug.Assert(-1 <=
curIndex
&&
curIndex
< xpathExpr.Length);
102
if (
curIndex
< xpathExpr.Length) {
103
curChar = xpathExpr[
curIndex
];
105
Debug.Assert(
curIndex
== xpathExpr.Length);
143
return xpathExpr.Substring(lexStart,
curIndex
- lexStart);
187
prevLexEnd =
curIndex
;
190
lexStart =
curIndex
;
302
int saveSourceIndex =
curIndex
;
326
saveSourceIndex =
curIndex
;
442
int startIdx =
curIndex
+ 1;
460
int start =
curIndex
;
475
return xpathExpr.Substring(start,
curIndex
- start);
514
return new XPathCompileException(xpathExpr, lexStart,
curIndex
, resId, args);