38 references to Comments
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1492ctm.Comments.Add(ccs); 1494ctm.Comments.Add(ccs); 1496ctm.Comments.Add(ccs);
System.CodeDom (18)
Microsoft\CSharp\CSharpCodeGenerator.cs (9)
355GenerateCommentStatements(_currentMember.Comments); 384GenerateCommentStatements(_currentMember.Comments); 1323GenerateCommentStatements(_currentMember.Comments); 1420GenerateCommentStatements(_currentMember.Comments); 1732GenerateCommentStatements(_currentMember.Comments); 1831GenerateCommentStatements(e.Comments); 1966GenerateCommentStatements(member.Comments); 2050GenerateCommentStatements(_currentMember.Comments); 2081GenerateCommentStatements(_currentMember.Comments);
System\CodeDom\Compiler\CodeGenerator.cs (9)
60GenerateCommentStatements(e.Comments); 130GenerateCommentStatements(member.Comments); 214GenerateCommentStatements(_currentMember.Comments); 449GenerateCommentStatements(_currentMember.Comments); 484GenerateCommentStatements(_currentMember.Comments); 628GenerateCommentStatements(_currentMember.Comments); 665GenerateCommentStatements(_currentMember.Comments); 740GenerateCommentStatements(_currentMember.Comments); 838GenerateCommentStatements(_currentMember.Comments);
System.Windows.Forms.Design (17)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (17)
375classType.Comments.Add(new(DocCommentSummaryStart, docComment: true)); 376classType.Comments.Add(new(SR.ClassDocComment, docComment: true)); 377classType.Comments.Add(new(DocCommentSummaryEnd, docComment: true)); 485classDeclaration.Comments.Add(new(SR.ClassComments1)); 486classDeclaration.Comments.Add(new(SR.ClassComments2)); 487classDeclaration.Comments.Add(new(SR.ClassComments3)); 488classDeclaration.Comments.Add(new(SR.ClassComments4)); 625resourceManagerProperty.Comments.Add(new(DocCommentSummaryStart, docComment: true)); 626resourceManagerProperty.Comments.Add(new(SR.ResMgrPropertyComment, docComment: true)); 627resourceManagerProperty.Comments.Add(new(DocCommentSummaryEnd, docComment: true)); 637culture.Comments.Add(new(DocCommentSummaryStart, docComment: true)); 638culture.Comments.Add(new(SR.CulturePropertyComment1, docComment: true)); 639culture.Comments.Add(new(SR.CulturePropertyComment2, docComment: true)); 640culture.Comments.Add(new(DocCommentSummaryEnd, docComment: true)); 783property.Comments.Add(new(DocCommentSummaryStart, docComment: true)); 784property.Comments.Add(new(text, docComment: true)); 785property.Comments.Add(new(DocCommentSummaryEnd, docComment: true));