23 references to Dump
System.Data.Entity (23)
System\Data\Common\CommandTrees\DbDeleteCommandTree.cs (1)
80dumper.Dump(this.Predicate, "Predicate");
System\Data\Common\CommandTrees\DbInsertCommandTree.cs (1)
99dumper.Dump(this.Returning, "Returning");
System\Data\Common\CommandTrees\DbQueryCommandTree.cs (1)
93dumper.Dump(this.Query, "Query");
System\Data\Common\CommandTrees\DbSetClause.cs (2)
71dumper.Dump(this.Property, "Property"); 75dumper.Dump(this.Value, "Value");
System\Data\Common\CommandTrees\DbUpdateCommandTree.cs (2)
116dumper.Dump(this.Predicate, "Predicate"); 129dumper.Dump(this.Returning, "Returning");
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (16)
345Dump(lambda.Body, "Body"); 523Dump(e.Instance, "Instance"); 537Dump(e.Argument, "Argument"); 538Dump(e.Pattern, "Pattern"); 539Dump(e.Escape, "Escape"); 546Dump(e.Argument, "Argument"); 547Dump(e.Limit, "Limit"); 642Dump(e.Else, "Else"); 664Dump(relatedRef.TargetEntityReference, "TargetEntityReference"); 678Dump(e.NavigationSource, "NavigationSource"); 719Dump(e.Predicate, "Predicate"); 727Dump(e.Projection, "Projection"); 748Dump(e.JoinCondition, "JoinCondition"); 802Dump(clause.Expression, "Expression"); 813Dump(e.Count, "Count"); 829Dump(e.Predicate, "Predicate");