61 references to Add
Microsoft.Build.Tasks.Core (39)
system.design\stronglytypedresourcebuilder.cs (15)
210
srClass.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
211
srClass.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.ClassDocComment), true));
214
srClass.Comments.
Add
(comment);
216
srClass.Comments.
Add
(comment);
218
srClass.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
473
resMgr.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
474
resMgr.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.ResMgrPropertyComment), true));
475
resMgr.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
485
culture.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
486
culture.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment1), true));
487
culture.Comments.
Add
(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment2), true));
488
culture.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
641
prop.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryStart, true));
642
prop.Comments.
Add
(new CodeCommentStatement(text, true));
643
prop.Comments.
Add
(new CodeCommentStatement(DocCommentSummaryEnd, true));
WriteCodeFragment.cs (1)
172
globalNamespace.Comments.
Add
(new CodeCommentStatement(comment));
XamlTaskFactory\TaskGenerator.cs (23)
378
taskClass.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
380
taskClass.Comments.
Add
(new CodeCommentStatement(commentContent, true));
381
taskClass.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
464
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
466
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(commentContent, true));
467
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
499
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
501
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(commentContent, true));
502
addToActiveSwitchList.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
708
propertyName.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
710
propertyName.Comments.
Add
(new CodeCommentStatement(commentContent, true));
712
propertyName.Comments.
Add
(new CodeCommentStatement(commentContent, true));
714
propertyName.Comments.
Add
(new CodeCommentStatement(commentContent, true));
715
propertyName.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
1094
toolNameAccessor.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
1096
toolNameAccessor.Comments.
Add
(new CodeCommentStatement(commentContent, true));
1097
toolNameAccessor.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
1156
defaultConstructor.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
1158
defaultConstructor.Comments.
Add
(new CodeCommentStatement(commentContent, true));
1159
defaultConstructor.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
1208
addValidateRelationsMethod.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("StartSummary"), true));
1210
addValidateRelationsMethod.Comments.
Add
(new CodeCommentStatement(commentContent, true));
1211
addValidateRelationsMethod.Comments.
Add
(new CodeCommentStatement(ResourceUtilities.GetResourceString("EndSummary"), true));
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1502
ctm.Comments.
Add
(ccs);
1504
ctm.Comments.
Add
(ccs);
1506
ctm.Comments.
Add
(ccs);
System.CodeDom (2)
System\CodeDom\CodeCommentStatementCollection.cs (2)
39
Add
(value[i]);
53
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));