2 writes to _value
System.Data.Entity (2)
System\Data\Common\CommandTrees\ValueExpressions.cs (2)
46
this.
_value
= ((byte[])value).Clone();
50
this.
_value
= value;
3 references to _value
System.Data.Entity (3)
System\Data\Common\CommandTrees\ValueExpressions.cs (3)
60
return this.
_value
;
74
return ((byte[])
_value
).Clone();
78
return
_value
;