1 write to s_caches
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
123s_caches ??= new Instruction[2][][] { new Instruction[2][], new Instruction[2][] };
1 reference to s_caches
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
124return s_caches[ConsumedStack][ProducedStack] ??= new Instruction[CacheSize];