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