3 references to ConvertRecipeParameterValue
Aspire.Hosting.Radius (3)
Publishing\RadiusInfrastructureBuilder.cs (3)
1707ConvertRecipeParameterValue(value, new HashSet<object>(ReferenceEqualityComparer.Instance), depth: 0); 1765result[key] = ConvertRecipeParameterValue(entry.Value, visited, depth + 1); 1791result.Add(ConvertRecipeParameterValue(element, visited, depth + 1));