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