5 references to _initialListSize
System.Data.Entity (5)
System\Data\Objects\ObjectStateManager.cs (5)
1111List<RelationshipEntry> deletedRelationships = new List<RelationshipEntry>(_initialListSize); 1195entriesToUpdate = new List<RelationshipEntry>(_initialListSize); 1226entriesToDetach = new List<RelationshipEntry>(_initialListSize); 1240entriesToDetach = new List<RelationshipEntry>(_initialListSize); 1249entriesToDetach = new List<RelationshipEntry>(_initialListSize);