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