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)
575if (_commandTree.CommandTreeKind == DbCommandTreeKind.Delete) 579else if (_commandTree.CommandTreeKind == DbCommandTreeKind.Insert) 585Debug.Assert(_commandTree.CommandTreeKind == DbCommandTreeKind.Update, "did you add a new option?");