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)
1158
if (
_collectionProperties
.Count > 0)
1172
foreach (KeyValuePair<NavigationProperty, PropertyInfo> navProperty in
_collectionProperties
)
1396
_collectionProperties
.Add(new KeyValuePair<NavigationProperty, PropertyInfo>(navProperty, baseProperty));