2 writes to customAttributes
System (2)
compmod\system\codedom\CodeParameterDeclarationExpression.cs (2)
76
customAttributes
= new CodeAttributeDeclarationCollection();
81
customAttributes
= value;
2 references to customAttributes
System (2)
compmod\system\codedom\CodeParameterDeclarationExpression.cs (2)
75
if (
customAttributes
== null) {
78
return
customAttributes
;