29 references to CodeCommentStatement
Microsoft.Build.Tasks.Core (1)
WriteCodeFragment.cs (1)
172globalNamespace.Comments.Add(new CodeCommentStatement(comment));
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (3)
438entry.Statements.Insert(0, new CodeCommentStatement(string.Empty)); 439entry.Statements.Insert(0, new CodeCommentStatement(name)); 440entry.Statements.Insert(0, new CodeCommentStatement(string.Empty));
System\Resources\Tools\StronglyTypedResourceBuilder.cs (4)
485classDeclaration.Comments.Add(new(SR.ClassComments1)); 486classDeclaration.Comments.Add(new(SR.ClassComments2)); 487classDeclaration.Comments.Add(new(SR.ClassComments3)); 488classDeclaration.Comments.Add(new(SR.ClassComments4));
System.Windows.Forms.Design.Tests (21)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (21)
145new CodeCommentStatement(string.Empty), 146new CodeCommentStatement("name1"), 147new CodeCommentStatement(string.Empty), 159new CodeCommentStatement(string.Empty), 160new CodeCommentStatement("name2"), 161new CodeCommentStatement(string.Empty), 247new CodeCommentStatement(string.Empty), 248new CodeCommentStatement("name"), 249new CodeCommentStatement(string.Empty), 349new CodeCommentStatement(string.Empty), 350new CodeCommentStatement("name"), 351new CodeCommentStatement(string.Empty), 394new CodeCommentStatement(string.Empty), 395new CodeCommentStatement("name"), 396new CodeCommentStatement(string.Empty), 535new CodeCommentStatement(string.Empty), 536new CodeCommentStatement("name"), 537new CodeCommentStatement(string.Empty), 584new CodeCommentStatement(string.Empty), 585new CodeCommentStatement("name"), 586new CodeCommentStatement(string.Empty),