1 override of Begin
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (1)
51internal override void Begin(string name, Dictionary<string, object> attrs)
10 references to Begin
System.Data.Entity (10)
System\Data\Common\CommandTrees\DbCommandTree.cs (3)
124dumper.Begin(this.GetType().Name, attrs); 129dumper.Begin("Parameters", null); 134dumper.Begin("Parameter", paramAttrs);
System\Data\Common\CommandTrees\DbUpdateCommandTree.cs (1)
119dumper.Begin("SetClauses", null);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (6)
35internal void Begin(string name) { Begin(name, (Dictionary<string, object>)null); } 188Begin("TypeUsage", facetInfo); 360Begin(expr.GetType().Name, attrs); 375Begin(expr, attrs); 387Begin(expr, attrs); 402Begin(expr, attrs);