1 write to _collection
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
41this._collection = collection;
4 references to _collection
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceWrapper.cs (4)
44if (!this._collection.Context.ObjectStateManager.TryGetObjectStateEntry(trackedEntity, out _stateEntry)) 74get { return this._collection; } 91return ((ITypedList)this._collection).GetItemProperties(null); 119foreach (EntityDataSourceWrapperPropertyDescriptor descriptor in _collection.AllPropertyDescriptors)