1 write to _args
System.Data.Entity (1)
System\Data\Common\CommandTrees\Aggregates.cs (1)
37this._args = arguments;
1 reference to _args
System.Data.Entity (1)
System\Data\Common\CommandTrees\Aggregates.cs (1)
51public IList<DbExpression> Arguments { get { return _args; } }