3 references to ArgumentMustBeBoolean
System.Linq.Expressions (3)
System\Linq\Expressions\CatchBlock.cs (1)
151
if (filter.Type != typeof(bool)) throw Error.
ArgumentMustBeBoolean
(nameof(filter));
System\Linq\Expressions\ConditionalExpression.cs (2)
142
throw Error.
ArgumentMustBeBoolean
(nameof(test));
174
throw Error.
ArgumentMustBeBoolean
(nameof(test));