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