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