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