1 write to ClosureVariables
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
32
ClosureVariables
= locals.ClosureVariables;
1 reference to ClosureVariables
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
42
internal int ClosureSize =>
ClosureVariables
?.Count ?? 0;