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