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