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)
30frame.Push(RuntimeHelpers.GetUninitializedObject(_type)); 34public override string ToString() => "DefaultValue " + _type;