4 references to Create
System.Data.Entity (4)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
192Shaper<TResultType> shaper = shaperFactory.Create(storeReader, context, context.MetadataWorkspace, this.MergeOption, true);
System\Data\Objects\ObjectContext.cs (2)
2717Shaper<TElement> shaper = shaperFactory.Create(storeReader, this, this.MetadataWorkspace, mergeOption, shaperOwnsReader); 3190Shaper<TElement> shaper = shaperFactory.Create(reader, this, this.MetadataWorkspace, mergeOption, readerOwned);
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
145Shaper<RecordState> recordShaper = shaperFactory.Create(storeDataReader, null, workspace, System.Data.Objects.MergeOption.NoTracking, true);