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