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