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