1 write to arguments
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1738
this.
arguments
= new List<SqlExpression>();
2 references to arguments
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
1740
this.
arguments
.AddRange(args);
1759
get { return this.
arguments
; }