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