1 write to arguments
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2160this.arguments = new List<SqlExpression>(args);
1 reference to arguments
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2168get { return this.arguments; }