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