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