4 references to Repeat
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
83: this(viewTarget, attrs, fragmentQuery, leftCellQuery, rightCellQuery, memberMaps, Enumerable.Repeat(inputCell, 1)) { }
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
62: this(extent, Enumerable.Repeat<EdmMember>(member, 1))
System\Data\Mapping\ViewGeneration\Validator.cs (1)
296var cellsToReport = Enumerable.Union(Enumerable.Repeat(cell, 1), mapepdFragments);
System\Data\Mapping\ViewValidator.cs (1)
198return Enumerable.Repeat((EntityType)_elementType, 1);