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)
429
value =
_type
.IsNullableType() ?
430
Activator.CreateInstance(
_type
) :
431
RuntimeHelpers.GetUninitializedObject(
_type
);