1 instantiation of TestResource
CustomResources.AppHost (1)
TestResource.cs (1)
14
var rb = builder.AddResource(new
TestResource
(name))
3 references to TestResource
CustomResources.AppHost (3)
TestResource.cs (3)
10
public static IResourceBuilder<
TestResource
> AddTestResource(this IDistributedApplicationBuilder builder, string name)
36
foreach (
var
resource in appModel.Resources.OfType<
TestResource
>())