1 write to _object
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3191_object = obj;
4 references to _object
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
3197object? obj = _object == null ? null : frame.Data[_object.GetValueOrDefault().Index]; 3203if (_object != null) 3205locals.UndefineLocal(_object.GetValueOrDefault(), instructions.Count);