2 writes to _defaultValue
Aspire.Hosting (2)
ApplicationModel\Docker\DockerfileStatements.cs (2)
203
_defaultValue
= null;
209
_defaultValue
= defaultValue;
2 references to _defaultValue
Aspire.Hosting (2)
ApplicationModel\Docker\DockerfileStatements.cs (2)
214
var statement =
_defaultValue
is not null
215
? $"ARG {_name}={
_defaultValue
}"