2 writes to _value
System.Data (2)
fx\src\Data\System\Data\ProviderBase\DbParameterHelper.cs (2)
41_value = cloneable.Clone(); 197destination._value = _value;
2 references to _value
System.Data (2)
fx\src\Data\System\Data\ProviderBase\DbParameterHelper.cs (2)
39ICloneable cloneable = (_value as ICloneable); 197destination._value = _value;