2 instantiations of WrapperCollectionManager
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (2)
165
private WrapperCollectionManager _collectionManager = new
WrapperCollectionManager
();
193
_collectionManager = new
WrapperCollectionManager
();
8 references to WrapperCollectionManager
System.Web.Entity (8)
System\Data\WebControls\EntityDataSourceView.cs (8)
165
private
WrapperCollectionManager
_collectionManager = new WrapperCollectionManager();
215
_owner.ValidateWrappable() ?
WrapperCollectionManager
.ManagerMode.FlattenedEntities :
WrapperCollectionManager
.ManagerMode.UpdateCache);
297
if (_collectionManager.Mode ==
WrapperCollectionManager
.ManagerMode.FlattenedEntities)
305
_collectionManager.CreateCollection(Context, EntitySet, newCSpaceType,
WrapperCollectionManager
.ManagerMode.FlattenedEntities);
396
if (_collectionManager.Mode ==
WrapperCollectionManager
.ManagerMode.None && !checkEntitySet)
412
if (_collectionManager.Mode !=
WrapperCollectionManager
.ManagerMode.None)
422
return _collectionManager.Mode ==
WrapperCollectionManager
.ManagerMode.FlattenedEntities ?