2 references to CodeCommentStatementCollection
System.CodeDom (2)
System\CodeDom\CodeNamespace.cs (1)
11
private readonly CodeCommentStatementCollection _comments = new
CodeCommentStatementCollection
();
System\CodeDom\CodeTypeMember.cs (1)
29
public CodeCommentStatementCollection Comments { get; } = new
CodeCommentStatementCollection
();