1 reference to ProcessSimpleVariable
Aspire.Hosting.Docker (1)
EnvVarEscaper.cs (1)
108
return input[1] == '{' ? ProcessBracedVariable(input, result, depth) :
ProcessSimpleVariable
(input, result, depth);