1 instantiation of LightDelegateCreator
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
331return new LightDelegateCreator(MakeInterpreter(node.Name), node);
7 references to LightDelegateCreator
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
802internal void EmitCreateDelegate(LightDelegateCreator creator)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
309public LightDelegateCreator CompileTop(LambdaExpression node) 2578LightDelegateCreator creator = compiler.CompileTop(node);
System\Linq\Expressions\Interpreter\LightLambda.cs (2)
25private readonly LightDelegateCreator _delegateCreator; 27internal LightLambda(LightDelegateCreator delegateCreator, IStrongBox[]? closure)
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
15private readonly LightDelegateCreator _creator; 17internal CreateDelegateInstruction(LightDelegateCreator delegateCreator)