1 write to map
System.Data.Linq (1)
SqlClient\Query\SqlBinder.cs (1)
58
this.
map
= new Dictionary<object,SqlExpression>();
4 references to map
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (4)
57
if (this.
map
== null) {
60
this.
map
.Add(linkId, expr);
64
return (this.
map
!= null && this.
map
.TryGetValue(linkId, out expr)) ||