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)
3269
object? instance =
_obj
== null ? null : frame.Data[
_obj
.GetValueOrDefault().Index];
3284
if (
_obj
!= null)
3286
locals.UndefineLocal(
_obj
.GetValueOrDefault(), instructions.Count);