2 writes to customAttributes
System (2)
compmod\system\codedom\CodeTypeMember.cs (2)
83customAttributes = new CodeAttributeDeclarationCollection(); 88customAttributes = value;
2 references to customAttributes
System (2)
compmod\system\codedom\CodeTypeMember.cs (2)
82if (customAttributes == null) { 85return customAttributes;