2 writes to _hasScale
System.Data.OleDb (2)
OleDbParameter.cs (2)
247
_hasScale
= true;
273
destination.
_hasScale
= _hasScale;
3 references to _hasScale
System.Data.OleDb (3)
OleDbParameter.cs (3)
243
if (_scale != value || !
_hasScale
)
258
return
_hasScale
&& ((0 != scale) || ShouldSerializePrecision());
273
destination._hasScale =
_hasScale
;