1 write to _defaultValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
300
_defaultValue
= defaultValue;
1 reference to _defaultValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
305
frame.Data[_index] = new StrongBox<object>(
_defaultValue
);