4 writes to currChar
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathLexer.cs (4)
483
this.
currChar
= 0;
521
this.
currChar
++;
527
this.
currChar
++;
570
--this.
currChar
;
7 references to currChar
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathLexer.cs (7)
517
if (this.
currChar
< this.xpathLength)
520
this.ch = this.xpath[this.
currChar
];
524
else if (this.
currChar
== this.xpathLength)
536
this.tokenStart = this.
currChar
;
548
return this.xpath.Substring(this.tokenStart, this.
currChar
- this.tokenStart);
558
int peekChar = this.
currChar
+ offset - 1;
568
if (this.
currChar
> this.tokenStart)