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