1 instantiation of CodeAttributeArgumentCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (1)
26private CodeAttributeArgumentCollection _arguments = new CodeAttributeArgumentCollection();
16 references to CodeAttributeArgumentCollection
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgumentCollection.cs (14)
26/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/>. 35/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> based on another <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/>. 38public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) 45/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> containing any array of <see cref='Microsoft.CodeDom.CodeAttributeArgument'/> objects. 70/// <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para> 78/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/>.</para> 94/// Adds the contents of another <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> to the end of the collection. 97public void AddRange(CodeAttributeArgumentCollection value) 112/// <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> contains the specified <see cref='Microsoft.CodeDom.CodeAttributeArgument'/>.</para> 120/// <para>Copies the <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 130/// the <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para> 138/// <para>Inserts a <see cref='Microsoft.CodeDom.CodeAttributeArgument'/> into the <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> at the specified index.</para> 147/// <see cref='Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para>
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (2)
26private CodeAttributeArgumentCollection _arguments = new CodeAttributeArgumentCollection(); 102public CodeAttributeArgumentCollection Arguments