2 references to ConstructCaseBlocks
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
199
CqlBlock result =
ConstructCaseBlocks
(viewBlock, 0, topSlots, withRelationships);
245
CqlBlock childBlock =
ConstructCaseBlocks
(viewBlock, foundSlot + 1, thisRequiredSlots, null);