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