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