6 references to IsSqlHighPrecisionDateTimeType
System.Data.Linq (6)
SqlClient\Common\SqlFactory.cs (2)
242Debug.Assert(IsSqlHighPrecisionDateTimeType(timeSpan)); 251if (IsSqlHighPrecisionDateTimeType(dateTime)) {
SqlClient\Query\SqlRetyper.cs (4)
262SqlFactory.IsSqlHighPrecisionDateTimeType(arg1) || SqlFactory.IsSqlHighPrecisionDateTimeType(arg2)) { 271if (SqlFactory.IsSqlDateType(arg1) && !SqlFactory.IsSqlHighPrecisionDateTimeType(arg2)) { 274else if (SqlFactory.IsSqlDateType(arg2) && !SqlFactory.IsSqlHighPrecisionDateTimeType(arg1)) {