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