1 instantiation of CodeAttributeArgumentCollection
System.CodeDom (1)
System\CodeDom\CodeAttributeDeclaration.cs (1)
9private readonly CodeAttributeArgumentCollection _arguments = new CodeAttributeArgumentCollection();
5 references to CodeAttributeArgumentCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
33[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttributeArgumentCollection))]
System.CodeDom (4)
System\CodeDom\CodeAttributeArgumentCollection.cs (2)
12public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) 43public void AddRange(CodeAttributeArgumentCollection value)
System\CodeDom\CodeAttributeDeclaration.cs (2)
9private readonly CodeAttributeArgumentCollection _arguments = new CodeAttributeArgumentCollection(); 51public CodeAttributeArgumentCollection Arguments => _arguments;