2 references to FreeVariableScopeEntry
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
475functionInfo.Parameters.ForEach(p => sr.CurrentScope.Add(p.VariableName, new FreeVariableScopeEntry(p)));
System\Data\Common\EntitySql\SemanticResolver.cs (1)
166this.CurrentScope.Add(variable.VariableName, new FreeVariableScopeEntry(variable));