1 write to _entityCollection
System.Data.Entity (1)
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
60
_entityCollection
= entityCollection;
7 references to _entityCollection
System.Data.Entity (7)
System\Data\Objects\ObjectViewEntityCollectionData.cs (7)
81
get { return !
_entityCollection
.IsReadOnly; }
91
get { return !
_entityCollection
.IsReadOnly; }
123
_entityCollection
.Add(item);
138
_entityCollection
.Add(item);
159
_entityCollection
.BulkDeleteAll(_deletionList);
175
removed =
_entityCollection
.RemoveInternal(item);
234
foreach(TViewElement entity in
_entityCollection
.GetInternalEnumerable())