1 write to args
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1675
this.
args
= new List<SqlExpression>();
3 references to args
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (3)
1679
this.
args
.AddRange(args);
1698
get { return this.
args
; }
1713
return this.
args
[i];