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