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