Home
last modified time | relevance | path

Searched refs:CheckLOJCycle (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DBasicViewGenerator.cs410 … !nestedExtents.ContainsKey(fkExtent) && !CheckLOJCycle(fkExtent, principalExtent, nestedExtents)) in ConvertUnionsToNormalizedLOJs()
467 …private static bool CheckLOJCycle(EntitySet child, EntitySet parent, Dictionary<EntitySet, EntityS… in CheckLOJCycle() method in System.Data.Mapping.ViewGeneration.BasicViewGenerator