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