2 instantiations of RecipeEntry
Aspire.Hosting.Radius (2)
7 references to RecipeEntry
Aspire.Hosting.Radius (7)
Publishing\RadiusInfrastructureBuilder.cs (7)
132var udtRecipeEntries = new Dictionary<string, RecipeEntry>(StringComparer.Ordinal);
133var legacyRecipeEntries = new Dictionary<string, Dictionary<string, RecipeEntry>>(StringComparer.Ordinal);
821Dictionary<string, RecipeEntry> entries,
839string identifier, Dictionary<string, RecipeEntry> recipeEntries)
867Dictionary<string, Dictionary<string, RecipeEntry>> entries,
877byName = new Dictionary<string, RecipeEntry>(StringComparer.Ordinal);
896Dictionary<string, Dictionary<string, RecipeEntry>> legacyRecipeEntries)