1 write to _creator
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
19_creator = delegateCreator;
2 references to _creator
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
22public override int ConsumedStack => _creator.Interpreter.ClosureSize; 42Delegate d = _creator.CreateDelegate(closure);