10 references to RequiresNotNullItems
System.Linq.Expressions (10)
System\Dynamic\CallInfo.cs (1)
56
ContractUtils.
RequiresNotNullItems
(argNameCol, nameof(argNames));
System\Dynamic\CreateInstanceBinder.cs (1)
65
ContractUtils.
RequiresNotNullItems
(args, nameof(args));
System\Dynamic\DeleteIndexBinder.cs (1)
45
ContractUtils.
RequiresNotNullItems
(args, nameof(args));
System\Dynamic\GetIndexBinder.cs (1)
45
ContractUtils.
RequiresNotNullItems
(args, nameof(args));
System\Dynamic\InvokeBinder.cs (1)
65
ContractUtils.
RequiresNotNullItems
(args, nameof(args));
System\Dynamic\InvokeMemberBinder.cs (1)
61
ContractUtils.
RequiresNotNullItems
(args, nameof(args));
System\Dynamic\SetIndexBinder.cs (1)
52
ContractUtils.
RequiresNotNullItems
(indexes, nameof(args));
System\Linq\Expressions\LambdaExpression.cs (1)
1128
ContractUtils.
RequiresNotNullItems
(typeArgs, nameof(typeArgs));
System\Linq\Expressions\SwitchExpression.cs (1)
183
ContractUtils.
RequiresNotNullItems
(caseList, nameof(cases));
System\Linq\Expressions\TryExpression.cs (1)
158
ContractUtils.
RequiresNotNullItems
(@catch, nameof(handlers));