87 references to MethodSupport
System.Data.Linq (87)
SqlClient\Query\SqlMethodCallConverter.cs (87)
41if (mc != null && (GetMethodSupport(mc) == MethodSupport.Method)) { 109private static MethodSupport GetMethodSupport(SqlMethodCall mc) { 111MethodSupport best = MethodSupport.None; 112MethodSupport ms = GetSqlMethodsMethodSupport(mc); 168private static MethodSupport GetCoercionMethodSupport(SqlMethodCall mc) { 172return MethodSupport.Method; 174return MethodSupport.None; 177private static MethodSupport GetComparisonMethodSupport(SqlMethodCall mc) { 179return MethodSupport.Method; 181return MethodSupport.None; 184private static MethodSupport GetObjectMethodSupport(SqlMethodCall mc) { 188return MethodSupport.Method; 191return MethodSupport.Method; 193return MethodSupport.None; 196return MethodSupport.Method; 198return MethodSupport.None; 201return MethodSupport.None; 204private static MethodSupport GetNullableMethodSupport(SqlMethodCall mc) { 206return MethodSupport.Method; 208return MethodSupport.None; 214private static MethodSupport GetSqlMethodsMethodSupport(SqlMethodCall mc) { 220return MethodSupport.Method; 222return MethodSupport.MethodGroup; 229return MethodSupport.Method; 232return MethodSupport.Method; 234return MethodSupport.MethodGroup; 237return MethodSupport.Method; 240return MethodSupport.None; 243private static MethodSupport GetDateTimeMethodSupport(SqlMethodCall mc) { 255return MethodSupport.Method; 258return MethodSupport.Method; 260return MethodSupport.MethodGroup; 264return MethodSupport.None; 267private static MethodSupport GetDateTimeOffsetMethodSupport(SqlMethodCall mc) { 279return MethodSupport.Method; 282return MethodSupport.Method; 285return MethodSupport.MethodGroup; 289return MethodSupport.None; 292private static MethodSupport GetTimeSpanMethodSupport(SqlMethodCall mc) { 300return MethodSupport.Method; 303return MethodSupport.None; 306private static MethodSupport GetConvertMethodSupport(SqlMethodCall mc) { 319return MethodSupport.Method; 322return MethodSupport.Method; 324return MethodSupport.MethodGroup; 328return MethodSupport.None; 331private static MethodSupport GetDecimalMethodSupport(SqlMethodCall mc) { 341return MethodSupport.Method; 350return MethodSupport.Method; 353return MethodSupport.Method; 359return MethodSupport.None; 362private static MethodSupport GetStringMethodSupport(SqlMethodCall mc) { 366return MethodSupport.Method; 375return MethodSupport.Method; 377return MethodSupport.MethodGroup; 383return MethodSupport.Method; 385return MethodSupport.MethodGroup; 388return MethodSupport.Method; 390return MethodSupport.MethodGroup; 397return MethodSupport.Method; 399return MethodSupport.MethodGroup; 401return MethodSupport.Method; 406return MethodSupport.Method; 408return MethodSupport.MethodGroup; 412return MethodSupport.Method; 414return MethodSupport.MethodGroup; 418return MethodSupport.None; 421private static MethodSupport GetMathMethodSupport(SqlMethodCall mc) { 435return MethodSupport.Method; 437return MethodSupport.MethodGroup; 440return MethodSupport.Method; 442return MethodSupport.MethodGroup; 449return MethodSupport.Method; 451return MethodSupport.MethodGroup; 455return MethodSupport.Method; 457return MethodSupport.MethodGroup; 466return MethodSupport.Method; 468return MethodSupport.MethodGroup; 471return MethodSupport.None; 474private static MethodSupport GetVbHelperMethodSupport(SqlMethodCall mc) { 478return MethodSupport.Method; 480return MethodSupport.None; 944Debug.Assert(GetMethodSupport(mc) == MethodSupport.Method); 978Debug.Assert(GetMethodSupport(mc) == MethodSupport.Method); 986MethodSupport ms = GetMethodSupport(mc); 987if (ms == MethodSupport.MethodGroup) {