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