6 writes to AllowEmpty
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (6)
202
ev.
AllowEmpty
= allowEmpty;
222
ev.
AllowEmpty
= false;
406
varVal.
AllowEmpty
= true;
597
keyValidator.
AllowEmpty
= true;
635
aggValidator.
AllowEmpty
= true;
672
ev.
AllowEmpty
= false;
3 references to AllowEmpty
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (3)
54
/// Use <see cref="
AllowEmpty
"/> to disallow an empty list when ExpectedElementCount is set to -1.
84
/// <exception cref="ArgumentException">If <see cref="ExpectedElementCount"/> is -1, <see cref="
AllowEmpty
"/> is set to <c>false</c> and the input enumerable is empty.</exception>
92
this.
AllowEmpty
,