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