1 write to xpath
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
355
this.
xpath
= xpath;
9 references to xpath
System.ServiceModel (9)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (9)
287
return this.
xpath
;
302
this.matcher.Compile(this.
xpath
, this.namespaces);
314
this.matcher.CompileForInternal(this.
xpath
, this.namespaces);
318
this.matcher.CompileForExternal(this.
xpath
, this.namespaces);
626
XPathLexer lexer = new XPathLexer(
xpath
, false);
638
if (this.
xpath
[tmp] == '$')
640
newXPath += this.
xpath
.Substring(startChar, tmp - startChar + 1);
645
newXPath += this.
xpath
.Substring(startChar, tmp - startChar);
678
newXPath += this.
xpath
.Substring(startChar); // Consume the remainder of the xpath