2 references to ObjectViewFactory
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
216return ObjectViewFactory.CreateViewForEntityCollection(rootEntityType, this);
System\Data\Objects\ObjectResult_TResultType.cs (1)
133_cachedBindingList = ObjectViewFactory.CreateViewForQuery<T>(this._resultItemType, this, this._shaper.Context, forceReadOnly, this._singleEntitySet);