7 references to Comment
System (7)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
1420if(e.Comment == null) 1422GenerateComment(e.Comment);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
1463return ((comment != null) && (comment.Comment != null) && comment.Comment.DocComment);
compmod\system\codedom\compiler\CodeGenerator.cs (2)
1638if(e.Comment == null) 1640GenerateComment(e.Comment);
compmod\system\codedom\compiler\CodeValidator.cs (1)
350ValidateComment(e.Comment);