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