1 write to _type
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
418_type = type;
3 references to _type
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LocalAccess.cs (3)
429value = _type.IsNullableType() ? 430Activator.CreateInstance(_type) : 431RuntimeHelpers.GetUninitializedObject(_type);