2 instantiations of CodeCommentStatementCollection
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (1)
28private CodeCommentStatementCollection _comments = new CodeCommentStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeTypeMember.cs (1)
28private CodeCommentStatementCollection _comments = new CodeCommentStatementCollection();
25 references to CodeCommentStatementCollection
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1918protected virtual void GenerateCommentStatements(CodeCommentStatementCollection e)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
420private void ValidateCommentStatements(CodeCommentStatementCollection e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
1595private void GenerateCommentStatements(CodeCommentStatementCollection e)
FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatementCollection.cs (14)
26/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/>. 35/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> based on another <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/>. 38public CodeCommentStatementCollection(CodeCommentStatementCollection value) 45/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> containing any array of <see cref='Microsoft.CodeDom.CodeCommentStatement'/> objects. 70/// <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para> 78/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/>.</para> 94/// Adds the contents of another <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> to the end of the collection. 97public void AddRange(CodeCommentStatementCollection value) 112/// <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> contains the specified <see cref='Microsoft.CodeDom.CodeCommentStatement'/>.</para> 120/// <para>Copies the <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 130/// the <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para> 138/// <para>Inserts a <see cref='Microsoft.CodeDom.CodeCommentStatement'/> into the <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> at the specified index.</para> 147/// <see cref='Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para>
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (2)
28private CodeCommentStatementCollection _comments = new CodeCommentStatementCollection(); 172public CodeCommentStatementCollection Comments
FrameworkFork\Microsoft.CodeDom\System\CodeTypeMember.cs (2)
28private CodeCommentStatementCollection _comments = new CodeCommentStatementCollection(); 120public CodeCommentStatementCollection Comments
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
174internal static void AddWarningComment(CodeCommentStatementCollection comments, string text)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (3)
418private void AddDefaultValueAttribute(CodeMemberField field, CodeAttributeDeclarationCollection metadata, object defaultValue, TypeMapping mapping, CodeCommentStatementCollection comments, TypeDesc memberTypeDesc, Accessor accessor, CodeConstructor ctor) 552private static void DropDefaultAttribute(Accessor accessor, CodeCommentStatementCollection comments, string type) 703private void AddMemberMetadata(CodeMemberField field, CodeAttributeDeclarationCollection metadata, MemberMapping member, string ns, bool forceUseMemberName, CodeCommentStatementCollection comments, CodeConstructor ctor)