4 writes to comment
System (4)
compmod\system\codedom\CodeCommentStatement.cs (4)
40this.comment = comment; 50comment = new CodeComment(text); 57comment = new CodeComment(text, docComment); 68comment = value;
1 reference to comment
System (1)
compmod\system\codedom\CodeCommentStatement.cs (1)
65return comment;