2 writes to _customAttributes
System.CodeDom (2)
System\CodeDom\CodeParameterDeclarationExpression.cs (2)
34
get =>
_customAttributes
??= new CodeAttributeDeclarationCollection();
35
set =>
_customAttributes
= value;