4 references to GetMethodSupport
System.Data.Linq (4)
SqlClient\Query\SqlMethodCallConverter.cs (4)
41if (mc != null && (GetMethodSupport(mc) == MethodSupport.Method)) { 944Debug.Assert(GetMethodSupport(mc) == MethodSupport.Method); 978Debug.Assert(GetMethodSupport(mc) == MethodSupport.Method); 986MethodSupport ms = GetMethodSupport(mc);