3 references to IsEquivalentViaRefConstraint
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
310
return slot0.MemberPath.
IsEquivalentViaRefConstraint
(slot1.MemberPath);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
737
if (parentPath.
IsEquivalentViaRefConstraint
(childPath))
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (1)
80
if (MemberPath.EqualityComparer.Equals(path1, path2) || path1.
IsEquivalentViaRefConstraint
(path2))