2 references to defaultDecimalPrecision
System.Data.Linq (2)
SqlClient\SqlTypeSystemProvider.cs (2)
46else if (type == SqlDbType.Decimal && precision == defaultDecimalPrecision && scale == defaultDecimalScale) { 154static private readonly SqlType theDefaultDecimal = new SqlType(SqlDbType.Decimal, defaultDecimalPrecision, defaultDecimalScale);