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