1 write to _arguments
System.Data.Entity (1)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
286this._arguments = arguments;
1 reference to _arguments
System.Data.Entity (1)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
297public IList<DbExpression> Arguments { get { return this._arguments; } }