16 references to new
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1504
CodeCommentStatement ccs = new
CodeCommentStatement
(SummaryStartTag, true);
1506
ccs = new
CodeCommentStatement
(comment, true);
1508
ccs = new
CodeCommentStatement
(SummaryEndTag, true);
System.Windows.Forms.Design (13)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (13)
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));
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));