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