8 references to AddParentVar
System.Data.Entity (8)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (7)
3033fromClauseEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(fromBinding.Variable)); 3229scopeEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(joinBinding.Variable)); 3280scopeEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(applyBinding.Variable)); 3834new SourceScopeEntry(groupKeyInfo.VarRef).AddParentVar(groupBinding.Variable)); 3848new SourceScopeEntry(groupKeyInfo.VarRef, groupKeyInfo.AlternativeName).AddParentVar(groupBinding.Variable)); 3867new SourceScopeEntry(aggVarRef).AddParentVar(groupBinding.Variable)); 4145new SourceScopeEntry(projectionExpressionRef).AddParentVar(source.Variable));
System\Data\Common\EntitySql\StaticContext.cs (1)
244AddParentVar(parentVarRef);