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