1 write to _model
Aspire.Hosting (1)
DistributedApplication.cs (1)
74_model = host.Services.GetRequiredService<DistributedApplicationModel>();
3 references to _model
Aspire.Hosting (3)
DistributedApplication.cs (3)
564if (app._model == null) 569var results = new List<ResourceStateDebugView>(app._model.Resources.Count); 570foreach (var resource in app._model.Resources)