2 writes to _scale
System.Data.OleDb (2)
OleDbParameter.cs (2)
246_scale = value; 272destination._scale = _scale;
4 references to _scale
System.Data.OleDb (4)
OleDbParameter.cs (4)
234byte scale = _scale; 243if (_scale != value || !_hasScale) 253return ShouldSerializeScale(_scale); 272destination._scale = _scale;