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