2 references to 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();