1 write to _type
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
379
_type
= type;
4 references to _type
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LocalAccess.cs (4)
388
frame.Data[_index] =
_type
.IsNullableType() ?
389
Activator.CreateInstance(
_type
) :
390
RuntimeHelpers.GetUninitializedObject(
_type
);
403
return (index == _index) ? new MutableBox(index,
_type
) : null;