2 instantiations of CodeComment
System.CodeDom (2)
System\CodeDom\CodeCommentStatement.cs (2)
17
Comment = new
CodeComment
(text);
22
Comment = new
CodeComment
(text, docComment);
7 references to CodeComment
System (1)
src\libraries\shims\System\ref\System.cs (1)
43
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.
CodeComment
))]
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
862
private void GenerateComment(
CodeComment
e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1231
protected override void GenerateComment(
CodeComment
e)
System\CodeDom\CodeCommentStatement.cs (2)
10
public CodeCommentStatement(
CodeComment
comment)
25
public
CodeComment
Comment { get; set; }
System\CodeDom\Compiler\CodeGenerator.cs (1)
1546
protected abstract void GenerateComment(
CodeComment
e);
System\CodeDom\Compiler\CodeValidator.cs (1)
24
else if (e is
CodeComment
)