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)
104
this.
_wrapperList
.Add(wrapper);
111
return this.
_wrapperList
.GetEnumerator();
118
get { return this.
_wrapperList
.Count; }
122
((ICollection)this.
_wrapperList
).CopyTo(array, index);