5 references to SourceScopeEntry
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
3120
SourceScopeEntry sourceScopeEntry = new
SourceScopeEntry
(aliasedBinding.Variable);
3834
new
SourceScopeEntry
(groupKeyInfo.VarRef).AddParentVar(groupBinding.Variable));
3867
new
SourceScopeEntry
(aggVarRef).AddParentVar(groupBinding.Variable));
4135
sr.CurrentScope.Replace(projectionItems[0].Key, new
SourceScopeEntry
(source.Variable));
4145
new
SourceScopeEntry
(projectionExpressionRef).AddParentVar(source.Variable));