1 write to _referenceProperties
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1069
_referenceProperties
= new List<KeyValuePair<NavigationProperty, PropertyInfo>>();
1 reference to _referenceProperties
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1366
_referenceProperties
.Add(new KeyValuePair<NavigationProperty,PropertyInfo>(navProperty, baseProperty));