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)
3216
object? obj =
_object
== null ? null : frame.Data[
_object
.GetValueOrDefault().Index];
3222
if (
_object
!= null)
3224
locals.UndefineLocal(
_object
.GetValueOrDefault(), instructions.Count);