1 write to _parentChildLookup
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
44_parentChildLookup = RelationshipEvaluator.GetParentChildLookup(model);
3 references to _parentChildLookup
Aspire.Hosting (3)
Orchestrator\ApplicationOrchestrator.cs (3)
414foreach (var child in _parentChildLookup[resource].Where(c => c is IResourceWithParent)) 489if (_parentChildLookup[resource] is { } children) 511if (_parentChildLookup[resource] is { } children)