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