38 references to Add
Microsoft.Build.Tasks.Core (16)
system.design\stronglytypedresourcebuilder.cs (15)
239
srClass.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
240
srClass.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.ClassDocComment), true));
243
srClass.Comments.
Add
(comment);
245
srClass.Comments.
Add
(comment);
247
srClass.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
502
resMgr.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
503
resMgr.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.ResMgrPropertyComment), true));
504
resMgr.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
514
culture.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
515
culture.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment1), true));
516
culture.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment2), true));
517
culture.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
670
prop.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
671
prop.Comments.
Add
(new CodeCommentStatement(text, true));
672
prop.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
WriteCodeFragment.cs (1)
185
globalNamespace.Comments.
Add
(new CodeCommentStatement(comment));
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1492
ctm.Comments.
Add
(ccs);
1494
ctm.Comments.
Add
(ccs);
1496
ctm.Comments.
Add
(ccs);
System.CodeDom (2)
System\CodeDom\CodeCommentStatementCollection.cs (2)
36
Add
(value[i]);
47
Add
(value[i]);
System.Windows.Forms.Design (17)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (17)
375
classType.Comments.
Add
(new(DocCommentSummaryStart, docComment: true));
376
classType.Comments.
Add
(new(SR.ClassDocComment, docComment: true));
377
classType.Comments.
Add
(new(DocCommentSummaryEnd, docComment: true));
485
classDeclaration.Comments.
Add
(new(SR.ClassComments1));
486
classDeclaration.Comments.
Add
(new(SR.ClassComments2));
487
classDeclaration.Comments.
Add
(new(SR.ClassComments3));
488
classDeclaration.Comments.
Add
(new(SR.ClassComments4));
625
resourceManagerProperty.Comments.
Add
(new(DocCommentSummaryStart, docComment: true));
626
resourceManagerProperty.Comments.
Add
(new(SR.ResMgrPropertyComment, docComment: true));
627
resourceManagerProperty.Comments.
Add
(new(DocCommentSummaryEnd, docComment: true));
637
culture.Comments.
Add
(new(DocCommentSummaryStart, docComment: true));
638
culture.Comments.
Add
(new(SR.CulturePropertyComment1, docComment: true));
639
culture.Comments.
Add
(new(SR.CulturePropertyComment2, docComment: true));
640
culture.Comments.
Add
(new(DocCommentSummaryEnd, docComment: true));
783
property.Comments.
Add
(new(DocCommentSummaryStart, docComment: true));
784
property.Comments.
Add
(new(text, docComment: true));
785
property.Comments.
Add
(new(DocCommentSummaryEnd, docComment: true));