1 instantiation of UpdateCompiler
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
637
UpdateCompiler updateCompiler = new
UpdateCompiler
(this);
4 references to UpdateCompiler
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (3)
104
internal List<UpdateCommand> CompileCommands(ChangeNode changeNode,
UpdateCompiler
compiler)
179
private Dictionary<CompositeKey, PropagatorResult> ProcessKeys(
UpdateCompiler
compiler, List<PropagatorResult> changes, Set<CompositeKey> keys)
206
private void DiagnoseKeyCollision(
UpdateCompiler
compiler, PropagatorResult change, CompositeKey key, PropagatorResult other)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
637
UpdateCompiler
updateCompiler = new UpdateCompiler(this);