4 references to Model
Aspire.Hosting.Maui (1)
Lifecycle\UnsupportedPlatformEventSubscriber.cs (1)
28foreach (var resource in @event.Model.Resources)
Aspire.Hosting.Tests (2)
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
255Assert.NotNull(e.Model); 399Assert.NotNull(e.Model);
TestProject.AppHost (1)
TestProgram.cs (1)
175foreach (var project in @event.Model.Resources.OfType<ProjectResource>())