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