1 instantiation of TestResource
Stress.AppHost (1)
TestResource.cs (1)
16var rb = builder.AddResource(new TestResource(name))
3 references to TestResource
Stress.AppHost (3)
TestResource.cs (3)
12public static IResourceBuilder<TestResource> AddTestResource(this IDistributedApplicationBuilder builder, string name) 59foreach (var resource in @event.Model.Resources.OfType<TestResource>())