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