1 instantiation of TestNestedResource
Stress.AppHost (1)
TestResource.cs (1)
33var rb = builder.AddResource(new TestNestedResource(name, parent))
1 reference to TestNestedResource
Stress.AppHost (1)
TestResource.cs (1)
31public static IResourceBuilder<TestNestedResource> AddNestedResource(this IDistributedApplicationBuilder builder, string name, IResource parent)