1 write to _commandTree
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
468
_commandTree
= commandTree;
3 references to _commandTree
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (3)
575
if (
_commandTree
.CommandTreeKind == DbCommandTreeKind.Delete)
579
else if (
_commandTree
.CommandTreeKind == DbCommandTreeKind.Insert)
585
Debug.Assert(
_commandTree
.CommandTreeKind == DbCommandTreeKind.Update, "did you add a new option?");