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