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)
81get { return !_entityCollection.IsReadOnly; } 91get { return !_entityCollection.IsReadOnly; } 123_entityCollection.Add(item); 138_entityCollection.Add(item); 159_entityCollection.BulkDeleteAll(_deletionList); 175removed = _entityCollection.RemoveInternal(item); 234foreach(TViewElement entity in _entityCollection.GetInternalEnumerable())