1 write to _collectionProperties
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1070_collectionProperties = new List<KeyValuePair<NavigationProperty, PropertyInfo>>();
3 references to _collectionProperties
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
1158if (_collectionProperties.Count > 0) 1172foreach (KeyValuePair<NavigationProperty, PropertyInfo> navProperty in _collectionProperties) 1396_collectionProperties.Add(new KeyValuePair<NavigationProperty, PropertyInfo>(navProperty, baseProperty));