1 instantiation of SingleClause
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
168SingleClause singleClause = new SingleClause(leftSlot, leftSlotOutputMember, rightSlot, rightSlotOutputMember);
5 references to SingleClause
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (5)
154m_singleClauses = new List<SingleClause>(); 159private readonly List<SingleClause> m_singleClauses; 164/// Adds an <see cref="SingleClause"/> element for a join of the form <paramref name="leftSlot"/> = <paramref name="rightSlot"/>. 168SingleClause singleClause = new SingleClause(leftSlot, leftSlotOutputMember, rightSlot, rightSlotOutputMember); 178foreach (SingleClause singleClause in m_singleClauses)