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