1 instantiation of NextResultGenerator
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2747
nextResultGenerator = new
NextResultGenerator
(this, entityCommand, edmTypes, entitySets, mergeOption, resultSetIndex + 1);
3 references to NextResultGenerator
System.Data.Entity (3)
System\Data\Objects\ObjectContext.cs (1)
2719
NextResultGenerator
nextResultGenerator;
System\Data\Objects\ObjectResult_TResultType.cs (2)
40
private
NextResultGenerator
_nextResultGenerator;
53
internal ObjectResult(Shaper<T> shaper, EntitySet singleEntitySet, TypeUsage resultItemType, bool readerOwned,
NextResultGenerator
nextResultGenerator, Action<object, EventArgs> onReaderDispose)