1 write to _type
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs (1)
19
_type
= type;
2 references to _type
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs (2)
30
frame.Push(RuntimeHelpers.GetUninitializedObject(
_type
));
34
public override string ToString() => "DefaultValue " +
_type
;