4 references to ReplaceParentVar
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
3357((SourceScopeEntry)scopeEntry).ReplaceParentVar(whereBinding.Variable); 4288((SourceScopeEntry)scopeEntry).ReplaceParentVar(sortBinding.Variable);
System\Data\Common\EntitySql\StaticContext.cs (2)
293ReplaceParentVar(parentVarRef); 320ReplaceParentVar(pregroupParentVarRef);