1 write to _stageName
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
22_stageName = stageName;
2 references to _stageName
Aspire.Hosting (2)
ApplicationModel\Docker\DockerfileStatements.cs (2)
27var statement = _stageName is not null 28? $"FROM {_imageReference} AS {_stageName}"