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