1 write to DocComment
System.CodeDom (1)
System\CodeDom\CodeComment.cs (1)
20
DocComment
= docComment;
6 references to DocComment
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
864
string commentLineStart = e.
DocComment
? "///" : "//";
874
if (value[i] == '/' && (e.
DocComment
|| !value.HasCharAt(i + 1, '/')))
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
1205
return ((comment != null) && (comment.Comment != null) && comment.Comment.
DocComment
);
1233
string commentLineStart = e.
DocComment
? "'''" : "'";
1242
if (value[i] == '\'' && (e.
DocComment
|| (value.HasCharAt(i + 1, '\'') && !value.HasCharAt(i + 2, '\''))))
System.Windows.Forms.Design.Tests (1)
CodeDomHelpers.cs (1)
75
if (ccs.Comment.
DocComment
)