1 write to _parentChildLookup
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
39_parentChildLookup = RelationshipEvaluator.GetParentChildLookup(model);
3 references to _parentChildLookup
Aspire.Hosting (3)
Orchestrator\ApplicationOrchestrator.cs (3)
350foreach (var child in _parentChildLookup[resource]) 373foreach (var child in _parentChildLookup[resource]) 421if (_parentChildLookup[resource] is { } children)