2 writes to obj
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
219
this.
obj
= obj;
223
set { this.
obj
= value; }
1 reference to obj
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
222
get { return this.
obj
; }