6 references to AttributeDecl
System.Data (6)
fx\src\data\System\Data\CodeGen\datacache.cs (6)
320dataTableClass.CustomAttributes.Add(AttributeDecl("System.Serializable")); 321dataTableClass.CustomAttributes.Add(AttributeDecl("System.Diagnostics.DebuggerStepThrough")); 761rowClass.CustomAttributes.Add(AttributeDecl("System.Diagnostics.DebuggerStepThrough")); 961rowClass.CustomAttributes.Add(AttributeDecl("System.Diagnostics.DebuggerStepThrough")); 1014dataSetClass.CustomAttributes.Add(AttributeDecl("System.Serializable")); 1016dataSetClass.CustomAttributes.Add(AttributeDecl("System.Diagnostics.DebuggerStepThrough"));