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