1 write to _imageReference
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
21
_imageReference
= imageReference;
2 references to _imageReference
Aspire.Hosting (2)
ApplicationModel\Docker\DockerfileStatements.cs (2)
28
? $"FROM {
_imageReference
} AS {_stageName}"
29
: $"FROM {
_imageReference
}";