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(),
372
if (
_objects
== null)
378
if (
_objects
.Count < s_loadObjectCached!.Length)
380
uint index = (uint)
_objects
.Count;
381
_objects
.Add(value);