1 instantiation of CodeAttributeArgumentCollection
System.CodeDom (1)
System\CodeDom\CodeAttributeDeclaration.cs (1)
9
private 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)
12
public CodeAttributeArgumentCollection(
CodeAttributeArgumentCollection
value)
43
public void AddRange(
CodeAttributeArgumentCollection
value)
System\CodeDom\CodeAttributeDeclaration.cs (2)
9
private readonly
CodeAttributeArgumentCollection
_arguments = new CodeAttributeArgumentCollection();
51
public
CodeAttributeArgumentCollection
Arguments => _arguments;