3 references to DEFAULT_NUMERIC_PRECISION
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5806precision = TdsEnums.DEFAULT_NUMERIC_PRECISION;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
485precision = TdsEnums.DEFAULT_NUMERIC_PRECISION;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8448stateObj.WriteByte(TdsEnums.DEFAULT_NUMERIC_PRECISION);