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)
564
if (app.
_model
== null)
569
var results = new List<ResourceStateDebugView>(app.
_model
.Resources.Count);
570
foreach (var resource in app.
_model
.Resources)