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