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