1 write to _objects
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
374_objects = new List<object>();
6 references to _objects
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\InstructionList.cs (6)
102_list._objects, 303_objects?.ToArray(), 372if (_objects == null) 378if (_objects.Count < s_loadObjectCached!.Length) 380uint index = (uint)_objects.Count; 381_objects.Add(value);