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