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