2 references to DockerfileCommentStatement
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStage.cs (1)
275_statements.Add(new DockerfileCommentStatement(comment));
Aspire.Hosting.Tests (1)
ApplicationModel\Docker\DockerfileStageTests.cs (1)
550stage.Statements.Insert(0, new DockerfileCommentStatement("Generated Dockerfile for Node.js application"));