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