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)
149new CodeCommentStatement(string.Empty), 150new CodeCommentStatement("name1"), 151new CodeCommentStatement(string.Empty), 163new CodeCommentStatement(string.Empty), 164new CodeCommentStatement("name2"), 165new CodeCommentStatement(string.Empty), 251new CodeCommentStatement(string.Empty), 252new CodeCommentStatement("name"), 253new CodeCommentStatement(string.Empty), 353new CodeCommentStatement(string.Empty), 354new CodeCommentStatement("name"), 355new CodeCommentStatement(string.Empty), 398new CodeCommentStatement(string.Empty), 399new CodeCommentStatement("name"), 400new CodeCommentStatement(string.Empty), 539new CodeCommentStatement(string.Empty), 540new CodeCommentStatement("name"), 541new CodeCommentStatement(string.Empty), 588new CodeCommentStatement(string.Empty), 589new CodeCommentStatement("name"), 590new CodeCommentStatement(string.Empty),