1 write to _wrapperList
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
63_wrapperList = new List<EntityDataSourceWrapper>();
4 references to _wrapperList
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (4)
104this._wrapperList.Add(wrapper); 111return this._wrapperList.GetEnumerator(); 118get { return this._wrapperList.Count; } 122((ICollection)this._wrapperList).CopyTo(array, index);