7 references to DataObjectMethodAttribute
System (4)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (4)
46DataObjectMethodAttribute other = obj as DataObjectMethodAttribute; 61DataObjectMethodAttribute other = obj as DataObjectMethodAttribute;
System.Web (3)
UI\WebControls\ObjectDataSourceView.cs (3)
1519DataObjectMethodAttribute attr = Attribute.GetCustomAttribute(mi, typeof(DataObjectMethodAttribute), true) as DataObjectMethodAttribute;