2 references to SourceScopeEntry
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3848new SourceScopeEntry(groupKeyInfo.VarRef, groupKeyInfo.AlternativeName).AddParentVar(groupBinding.Variable));
System\Data\Common\EntitySql\StaticContext.cs (1)
161internal SourceScopeEntry(DbVariableReferenceExpression varRef) : this(varRef, null) { }