2 writes to _customAttributes
System.CodeDom (2)
System\CodeDom\CodeTypeMember.cs (2)
23
get =>
_customAttributes
??= new CodeAttributeDeclarationCollection();
24
set =>
_customAttributes
= value;