8 references to Comment
dotnet-svcutil-lib (8)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
153
Enumerate(statement.
Comment
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
1910
if (e.
Comment
== null)
1912
GenerateComment(e.
Comment
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
430
ValidateComment(e.
Comment
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
1587
if (e.
Comment
== null)
1589
GenerateComment(e.
Comment
);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
1620
return ((comment != null) && (comment.
Comment
!= null) && comment.
Comment
.DocComment);