1 write to _obj
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3274_obj = obj;
4 references to _obj
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
3288object? instance = _obj == null ? null : frame.Data[_obj.GetValueOrDefault().Index]; 3303if (_obj != null) 3305locals.UndefineLocal(_obj.GetValueOrDefault(), instructions.Count);