1 write to s_caches
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
123
s_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)
124
return
s_caches
[ConsumedStack][ProducedStack] ??= new Instruction[CacheSize];