8 references to Append
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
892codeBlock.Append(QueryMatcher.CompileForInternalEngine(expression, names, QueryCompilerFlags.InverseQuery, out returnType)); 921codeBlock.Append(QueryMatcher.CompileForExternalEngine(expression, names, item, this.match));
System\ServiceModel\Dispatcher\XPathCompiler.cs (6)
60expandedBlock.Append(mainBlock); 120boolBlock.Append(this.CompileBlock(subExpr)); 132boolBlock.Append(this.CompileBlock(subExpr)); 141this.codeBlock.Append(boolBlock); 160boolBlock.Append(this.CompileBlock(subExpr)); 173this.codeBlock.Append(boolBlock);