1 write to s_loadObjectCached
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
375
s_loadObjectCached
??= new Instruction[CachedObjectCount];
2 references to s_loadObjectCached
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
378
if (_objects.Count <
s_loadObjectCached
!.Length)
382
Emit(
s_loadObjectCached
[index] ??= new LoadCachedObjectInstruction(index));