2 writes to IsJoinClauseLeftExpr
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
3171
leftExprScopeEntries.ForEach(scopeEntry => scopeEntry.
IsJoinClauseLeftExpr
= true);
3182
leftExprScopeEntries.ForEach(scopeEntry => scopeEntry.
IsJoinClauseLeftExpr
= false);
1 reference to IsJoinClauseLeftExpr
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
488
if (scopeEntry.EntryKind == ScopeEntryKind.SourceVar && ((SourceScopeEntry)scopeEntry).
IsJoinClauseLeftExpr
)