6 references to Compile
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (5)
211this.WrappedElement = Translator.Compile<IEntityWrapper>(element); 216this.Element = Translator.Compile<TElement>(element); 218this.ElementWithErrorHandling = Translator.Compile<TElement>(elementWithErrorHandling); 221: Translator.Compile<ICollection<TElement>>(initializeCollection); 255result = Translator.Compile<bool>(predicate);
System\Data\Common\Internal\Materialization\RecordStateFactory.cs (1)
103this.GatherData = Translator.Compile<bool>(gatherData);