1 write to _customAttributes
System.CodeDom (1)
System\CodeDom\CodeTypeParameter.cs (1)
27
public CodeAttributeDeclarationCollection CustomAttributes =>
_customAttributes
??= new CodeAttributeDeclarationCollection();