2 writes to tokenStart
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathLexer.cs (2)
482this.tokenStart = 0; 536this.tokenStart = this.currChar;
5 references to tokenStart
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathLexer.cs (5)
501return this.tokenStart; 542return this.xpath.Substring(0, this.tokenStart); 548return this.xpath.Substring(this.tokenStart, this.currChar - this.tokenStart); 568if (this.currChar > this.tokenStart)