1 instantiation of CodeTypeMemberCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclaration.cs (1)
29
private CodeTypeMemberCollection _members = new
CodeTypeMemberCollection
();
18 references to CodeTypeMemberCollection
dotnet-svcutil-lib (18)
CodeDomFixup\CodeDomHelpers.cs (2)
46
internal static CodeMemberMethod FindMethodByName(
CodeTypeMemberCollection
members, string methodName)
57
internal static CodeMemberMethod GetTaskAsyncMethodForMethod(
CodeTypeMemberCollection
members, CodeMemberMethod method)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclaration.cs (2)
29
private
CodeTypeMemberCollection
_members = new CodeTypeMemberCollection();
237
public
CodeTypeMemberCollection
Members
FrameworkFork\Microsoft.CodeDom\System\CodeTypeMemberCollection.cs (14)
26
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/>.
35
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> based on another <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/>.
38
public CodeTypeMemberCollection(
CodeTypeMemberCollection
value)
45
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> containing any array of <see cref='Microsoft.CodeDom.CodeTypeMember'/> objects.
70
/// <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> .</para>
78
/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/>.</para>
94
/// Adds the contents of another <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> to the end of the collection.
97
public void AddRange(
CodeTypeMemberCollection
value)
112
/// <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> contains the specified <see cref='Microsoft.CodeDom.CodeTypeMember'/>.</para>
120
/// <para>Copies the <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> values to a one-dimensional <see cref='System.Array'/> instance at the
130
/// the <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> .</para>
138
/// <para>Inserts a <see cref='Microsoft.CodeDom.CodeTypeMember'/> into the <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> at the specified index.</para>
147
/// <see cref='Microsoft.CodeDom.
CodeTypeMemberCollection
'/> .</para>