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)
388frame.Data[_index] = _type.IsNullableType() ? 389Activator.CreateInstance(_type) : 390RuntimeHelpers.GetUninitializedObject(_type); 403return (index == _index) ? new MutableBox(index, _type) : null;