1 write to xpathLength
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
479
this.
xpathLength
= this.xpath.Length;
3 references to xpathLength
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathLexer.cs (3)
517
if (this.currChar < this.
xpathLength
)
524
else if (this.currChar == this.
xpathLength
)
559
if (peekChar < this.
xpathLength
)