1 write to _navigationPropertyAssociationTypes
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
55
_navigationPropertyAssociationTypes
= new Dictionary<Tuple<string, string>, AssociationType>();
3 references to _navigationPropertyAssociationTypes
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (3)
58
_navigationPropertyAssociationTypes
.Add(
68
_navigationPropertyAssociationTypes
.Add(
173
return
_navigationPropertyAssociationTypes
.TryGetValue(new Tuple<string, string>(relationshipName, targetRoleName), out associationType);