2 writes to _hasScale
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (2)
223
_hasScale
= true;
245
destination.
_hasScale
= _hasScale;
3 references to _hasScale
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (3)
220
if (_scale != value || !
_hasScale
) {
232
return
_hasScale
&& ((0 != scale) || ShouldSerializePrecision());
245
destination._hasScale =
_hasScale
;