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