2 references to Create
System.Core (2)
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
425return CallSite.Create(this.DelegateType, this.Binder);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
487var site = CallSite.Create(node.DelegateType, node.Binder);