1 write to locals
System.Data.Linq (1)
SqlClient\Query\Funcletizer.cs (1)
92this.locals = new Dictionary<Expression, bool>();
2 references to locals
System.Data.Linq (2)
SqlClient\Query\Funcletizer.cs (2)
95return this.locals; 115this.locals[expression] = true; // Not 'Add' because the same expression may exist in the tree twice.