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)
27
var statement =
_stageName
is not null
28
? $"FROM {_imageReference} AS {
_stageName
}"