1 instantiation of OnClause
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
386
JoinCqlBlock.OnClause onClause = new JoinCqlBlock.
OnClause
();
5 references to OnClause
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (2)
33
List<
OnClause
> onClauses,
45
private readonly List<
OnClause
> m_onClauses;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
381
List<JoinCqlBlock.
OnClause
> onClauses = new List<JoinCqlBlock.
OnClause
>();
386
JoinCqlBlock.
OnClause
onClause = new JoinCqlBlock.OnClause();