1 write to precision
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
227this.precision = precision;
6 references to precision
System.Data.Linq (6)
SqlClient\SqlTypeSystemProvider.cs (6)
512if (precision != 0) { 514sb.Append(precision); 539get { return this.precision; } 682this.precision == that.precision && 697return hash ^ this.sqlDbType.GetHashCode() ^ (this.size ?? 0) ^ (this.precision) ^ (this.scale << 8);