5 references to MethodType
System (4)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (4)
47
return (other != null) && (other.
MethodType
==
MethodType
) && (other.IsDefault == IsDefault);
62
return (other != null) && (other.
MethodType
==
MethodType
);
System.Web (1)
UI\WebControls\ObjectDataSourceView.cs (1)
1521
if (attr.
MethodType
== methodType) {