1 write to _value
System.Core (1)
Microsoft\Scripting\Ast\ConstantExpression.cs (1)
42
_value
= value;
3 references to _value
System.Core (3)
Microsoft\Scripting\Ast\ConstantExpression.cs (3)
59
if (
_value
== null) {
62
return
_value
.GetType();
78
get { return
_value
; }