1 write to xpath
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
478this.xpath = string.Copy(xpath);
5 references to xpath
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathLexer.cs (5)
479this.xpathLength = this.xpath.Length; 520this.ch = this.xpath[this.currChar]; 542return this.xpath.Substring(0, this.tokenStart); 548return this.xpath.Substring(this.tokenStart, this.currChar - this.tokenStart); 561return this.xpath[peekChar];