1 write to _parentChildLookup
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
42
_parentChildLookup
= RelationshipEvaluator.GetParentChildLookup(model);
2 references to _parentChildLookup
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
391
foreach (var child in
_parentChildLookup
[resource])
460
if (
_parentChildLookup
[resource] is { } children)