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