2 writes to _precision
System.Data.Entity (2)
System\Data\EntityClient\EntityParameter.cs (2)
228
this.
_precision
= value;
401
destination.
_precision
= _precision;
4 references to _precision
System.Data.Entity (4)
System\Data\EntityClient\EntityParameter.cs (4)
222
byte result = this.
_precision
.HasValue ? this.
_precision
.Value : (byte)0;
341
return this.
_precision
.HasValue;
401
destination._precision =
_precision
;