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