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