1 write to m_translator
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
40m_translator = translator;
18 references to m_translator
System.Data.Entity (18)
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (7)
106Set<CompositeKey> keys = new Set<CompositeKey>(compiler.m_translator.KeyComparer); 159deleteResult, compiler.m_translator, m_table)); 164insertResult, compiler.m_translator, m_table)); 182compiler.m_translator.KeyComparer); 208KeyManager keyManager = compiler.m_translator.KeyManager; 227var stateEntries = SourceInterpreter.GetAllStateEntries(change, compiler.m_translator, m_table) 228.Concat(SourceInterpreter.GetAllStateEntries(other, compiler.m_translator, m_table));
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (11)
65DbDeleteCommandTree commandTree = new DbDeleteCommandTree(m_translator.MetadataWorkspace, DataSpace.SSpace, target, predicate); 69UpdateCommand command = new DynamicUpdateCommand(processor, m_translator, ModificationOperator.Delete, oldRow, null, commandTree, null); 109oldRow, m_translator, processor.Table)); 111newRow, m_translator, processor.Table)); 128new DbUpdateCommandTree(m_translator.MetadataWorkspace, DataSpace.SSpace, target, predicate, setClauses.AsReadOnly(), returning); 131UpdateCommand command = new DynamicUpdateCommand(processor, m_translator, ModificationOperator.Update, oldRow, newRow, commandTree, outputIdentifiers); 160new DbInsertCommandTree(m_translator.MetadataWorkspace, DataSpace.SSpace, target, setClauses.AsReadOnly(), returning); 163UpdateCommand command = new DynamicUpdateCommand(processor, m_translator, ModificationOperator.Insert, null, newRow, commandTree, outputIdentifiers); 212m_translator.KeyManager.GetPrincipalValue(propertyResult)); 258if (m_translator.KeyManager.HasPrincipals(identifier)) 444object principalValue = m_translator.KeyManager.GetPrincipalValue(value);