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