1 instantiation of CodeTypeDeclarationCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (1)
29private CodeTypeDeclarationCollection _classes = new CodeTypeDeclarationCollection();
18 references to CodeTypeDeclarationCollection
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (2)
29private CodeTypeDeclarationCollection _classes = new CodeTypeDeclarationCollection(); 98public CodeTypeDeclarationCollection Types
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclarationCollection.cs (14)
26/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/>. 35/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> based on another <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/>. 38public CodeTypeDeclarationCollection(CodeTypeDeclarationCollection value) 45/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> containing any array of <see cref='Microsoft.CodeDom.CodeTypeDeclaration'/> objects. 70/// <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para> 78/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/>.</para> 94/// Adds the contents of another <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> to the end of the collection. 97public void AddRange(CodeTypeDeclarationCollection value) 112/// <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> contains the specified <see cref='Microsoft.CodeDom.CodeTypeDeclaration'/>.</para> 120/// <para>Copies the <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 130/// the <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para> 138/// <para>Inserts a <see cref='Microsoft.CodeDom.CodeTypeDeclaration'/> into the <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> at the specified index.</para> 147/// <see cref='Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para>
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
391CodeTypeDeclarationCollection codeTypeDeclarations = (CodeTypeDeclarationCollection)codeTypeDeclarationCollectionObject;