6 references to First
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryMatcher.cs (4)
719
Opcode op = QueryMatcher.CompileForExternalEngine(xpath, names, null, this.match).
First
;
743
this.query = XPathQueryMatcher.rootFilter.
First
;
761
this.query = codeBlock.
First
;
910
codeBlock = new OpcodeBlock(this.elim.Add(item, codeBlock.
First
));
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (2)
30
return newBlock.
First
;
33
this.diverger = new Diverger(tree, newBlock.
First
);