2 instantiations of CodeCommentStatementCollection
System.CodeDom (2)
System\CodeDom\CodeNamespace.cs (1)
11private readonly CodeCommentStatementCollection _comments = new CodeCommentStatementCollection();
System\CodeDom\CodeTypeMember.cs (1)
29public CodeCommentStatementCollection Comments { get; } = new CodeCommentStatementCollection();
9 references to CodeCommentStatementCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
45[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCommentStatementCollection))]
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
922private void GenerateCommentStatements(CodeCommentStatementCollection e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1208protected override void GenerateCommentStatements(CodeCommentStatementCollection e)
System\CodeDom\CodeCommentStatementCollection.cs (2)
12public CodeCommentStatementCollection(CodeCommentStatementCollection value) 43public void AddRange(CodeCommentStatementCollection value)
System\CodeDom\CodeNamespace.cs (2)
11private readonly CodeCommentStatementCollection _comments = new CodeCommentStatementCollection(); 64public CodeCommentStatementCollection Comments
System\CodeDom\CodeTypeMember.cs (1)
29public CodeCommentStatementCollection Comments { get; } = new CodeCommentStatementCollection();
System\CodeDom\Compiler\CodeGenerator.cs (1)
1533protected virtual void GenerateCommentStatements(CodeCommentStatementCollection e)