2 writes to _scale
System.Data.Entity (2)
System\Data\EntityClient\EntityParameter.cs (2)
245this._scale = value; 402destination._scale = _scale;
4 references to _scale
System.Data.Entity (4)
System\Data\EntityClient\EntityParameter.cs (4)
239byte result = this._scale.HasValue ? this._scale.Value : (byte)0; 352return this._scale.HasValue; 402destination._scale = _scale;