2 references to FirstArgumentMustBeCallSite
System.Linq.Expressions (2)
System\Linq\Expressions\DynamicExpression.cs (1)
1016if (pi.Length == 0 || pi[0].ParameterType != typeof(CallSite)) throw Error.FirstArgumentMustBeCallSite();
System\Runtime\CompilerServices\CallSiteBinder.cs (1)
62throw System.Linq.Expressions.Error.FirstArgumentMustBeCallSite();