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