6 references to RelationshipEvaluator
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
48
_parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(model);
Aspire.Hosting.Tests (5)
Orchestrator\RelationshipEvaluatorTests.cs (5)
30
var parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(appModel);
62
var parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(appModel);
85
var parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(appModel);
108
var parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(appModel);
131
var parentChildLookup =
RelationshipEvaluator
.GetParentChildLookup(appModel);