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